Skip to content

Commit 03c225d

Browse files
authored
Merge pull request #106888 from yoelhor/patch-12
Update localization-string-ids.md
2 parents d40f3d6 + 9190429 commit 03c225d

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 02/03/2020
11+
ms.date: 03/09/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -211,6 +211,23 @@ The following are the IDs for a [Verification display control](display-control-v
211211
|verification_control_but_send_code |Send Code |
212212
|verification_control_but_send_new_code |Send New Code |
213213
|verification_control_but_verify_code |Verify Code |
214+
|verification_control_code_sent| Verification code has been sent. Please copy it to the input box below. |
215+
216+
### Example
217+
218+
```XML
219+
<LocalizedResources Id="api.localaccountsignup.en">
220+
<LocalizedStrings>
221+
<LocalizedString ElementType="UxElement" StringId="verification_control_but_change_claims">Change</LocalizedString>
222+
<LocalizedString ElementType="UxElement" StringId="verification_control_fail_send_code">Failed to send the code, please try again later.</LocalizedString>
223+
<LocalizedString ElementType="UxElement" StringId="verification_control_fail_verify_code">Failed to verify the code, please try again later.</LocalizedString>
224+
<LocalizedString ElementType="UxElement" StringId="verification_control_but_send_code">Send Code</LocalizedString>
225+
<LocalizedString ElementType="UxElement" StringId="verification_control_but_send_new_code">Send New Code</LocalizedString>
226+
<LocalizedString ElementType="UxElement" StringId="verification_control_but_verify_code">Verify Code</LocalizedString>
227+
<LocalizedString ElementType="UxElement" StringId="verification_control_code_sent">Verification code has been sent. Please copy it to the input box below.</LocalizedString>
228+
</LocalizedStrings>
229+
</LocalizedResources>
230+
```
214231

215232
## One time password error messages
216233
The following are the IDs for a [one time password technical profile](one-time-password-technical-profile.md) error messages
@@ -222,6 +239,18 @@ The following are the IDs for a [one time password technical profile](one-time-p
222239
|UserMessageIfSessionConflict |One time password verification session has conflict |
223240
|UserMessageIfInvalidCode |One time password provided for verification is incorrect |
224241

242+
### Example
243+
244+
```XML
245+
<LocalizedResources Id="api.localaccountsignup.en">
246+
<LocalizedStrings>
247+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionDoesNotExist">You have exceed the maximum time allowed.</LocalizedString>
248+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxRetryAttempted">You have exceed the number of retries allowed.</LocalizedString>
249+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidCode">You have entered the wrong code.</LocalizedString>
250+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>
251+
</LocalizedStrings>
252+
</LocalizedResources>
253+
```
225254

226255

227256

0 commit comments

Comments
 (0)