Skip to content

Commit 36299eb

Browse files
authored
fix(connector): update sms content (#7778)
1 parent 5512dcb commit 36299eb

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

packages/connectors/connector-aliyun-dm/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const defaultMetadata: ConnectorMetadata = {
104104
usageType: 'BindNewIdentifier',
105105
subject: '<bind-new-identifier-template-subject>',
106106
content:
107-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
107+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
108108
},
109109
{
110110
usageType: 'MfaVerification',
@@ -116,7 +116,7 @@ export const defaultMetadata: ConnectorMetadata = {
116116
usageType: 'BindMfa',
117117
subject: '<bind-mfa-template-subject>',
118118
content:
119-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
119+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
120120
},
121121
],
122122
},

packages/connectors/connector-aws-ses/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const defaultMetadata: ConnectorMetadata = {
125125
usageType: 'BindNewIdentifier',
126126
subject: '<bind-new-identifier-template-subject>',
127127
content:
128-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
128+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
129129
},
130130
{
131131
usageType: 'MfaVerification',
@@ -137,7 +137,7 @@ export const defaultMetadata: ConnectorMetadata = {
137137
usageType: 'BindMfa',
138138
subject: '<bind-mfa-template-subject>',
139139
content:
140-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
140+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
141141
},
142142
],
143143
},

packages/connectors/connector-gatewayapi-sms/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const defaultMetadata: ConnectorMetadata = {
7777
{
7878
usageType: 'BindNewIdentifier',
7979
content:
80-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
80+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
8181
},
8282
{
8383
usageType: 'MfaVerification',
@@ -87,7 +87,7 @@ export const defaultMetadata: ConnectorMetadata = {
8787
{
8888
usageType: 'BindMfa',
8989
content:
90-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
90+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
9191
},
9292
],
9393
},

packages/connectors/connector-sendgrid-email/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const defaultMetadata: ConnectorMetadata = {
9595
type: 'text/plain',
9696
subject: 'Logto BindNewIdentifier Template',
9797
content:
98-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
98+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
9999
},
100100
{
101101
usageType: 'MfaVerification',
@@ -109,7 +109,7 @@ export const defaultMetadata: ConnectorMetadata = {
109109
type: 'text/plain',
110110
subject: 'Logto BindMfa Template',
111111
content:
112-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
112+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
113113
},
114114
],
115115
},

packages/connectors/connector-smsaero/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const defaultMetadata: ConnectorMetadata = {
7777
{
7878
usageType: 'BindNewIdentifier',
7979
content:
80-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
80+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
8181
},
8282
{
8383
usageType: 'MfaVerification',
@@ -87,7 +87,7 @@ export const defaultMetadata: ConnectorMetadata = {
8787
{
8888
usageType: 'BindMfa',
8989
content:
90-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
90+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
9191
},
9292
],
9393
},

packages/connectors/connector-smtp/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const defaultMetadata: ConnectorMetadata = {
111111
{
112112
contentType: 'text/plain',
113113
content:
114-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
114+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
115115
subject: 'Logto BindNewIdentifier with SMTP',
116116
usageType: 'BindNewIdentifier',
117117
},
@@ -125,7 +125,7 @@ export const defaultMetadata: ConnectorMetadata = {
125125
{
126126
contentType: 'text/plain',
127127
content:
128-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
128+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
129129
subject: 'Logto BindMfa with SMTP',
130130
usageType: 'BindMfa',
131131
},

packages/connectors/connector-twilio-sms/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const defaultMetadata: ConnectorMetadata = {
8484
{
8585
usageType: 'BindNewIdentifier',
8686
content:
87-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
87+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
8888
},
8989
{
9090
usageType: 'MfaVerification',
@@ -94,7 +94,7 @@ export const defaultMetadata: ConnectorMetadata = {
9494
{
9595
usageType: 'BindMfa',
9696
content:
97-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
97+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
9898
},
9999
],
100100
},

packages/connectors/connector-vonage-sms/src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const defaultMetadata: ConnectorMetadata = {
7272
{
7373
usageType: 'BindNewIdentifier',
7474
content:
75-
'Your Logto bind new identifier code is {{code}}. The code will remain active for 10 minutes.',
75+
'Your Logto new identifier binding code is {{code}}. The code will remain active for 10 minutes.',
7676
},
7777
{
7878
usageType: 'MfaVerification',
@@ -82,7 +82,7 @@ export const defaultMetadata: ConnectorMetadata = {
8282
{
8383
usageType: 'BindMfa',
8484
content:
85-
'Your Logto add 2-step verification code is {{code}}. The code will remain active for 10 minutes.',
85+
'Your Logto 2-step verification setup code is {{code}}. The code will remain active for 10 minutes.',
8686
},
8787
],
8888
},

0 commit comments

Comments
 (0)