Skip to content

Commit 9272877

Browse files
authored
Merge pull request #102871 from yoelhor/patch-11
Update localization-string-ids.md
2 parents eb11850 + ce14f37 commit 9272877

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

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

Lines changed: 26 additions & 3 deletions
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: 09/10/2018
11+
ms.date: 01/31/2020
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
@@ -75,7 +75,7 @@ The following example localizes the Facebook identity provider to Arabic:
7575
<LocalizedString ElementType="ClaimsProvider" StringId="FacebookExchange">فيس بوك</LocalizedString>
7676
```
7777

78-
## Sign-up or sign-in error messages
78+
### Sign-up or sign-in error messages
7979

8080
| ID | Default value |
8181
| -- | ------------- |
@@ -128,7 +128,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
128128
| **ver_intro_msg** | Verification is necessary. Please click Send button. |
129129
| **ver_input** | Verification code |
130130

131-
## Sign-up and self asserted pages error messages
131+
### Sign-up and self asserted pages error messages
132132

133133
| ID | Default value |
134134
| -- | ------------- |
@@ -199,6 +199,29 @@ The following example shows the use of some of the user interface elements in th
199199

200200
![Sign-up page email verification UX elements](./media/localization-string-ids/localization-mfa2.png)
201201

202+
## Verification display control user interface elements
203+
204+
The following are the IDs for a [Verification display control](display-control-verification.md)
205+
206+
| ID | Default value |
207+
| -- | ------------- |
208+
|verification_control_but_change_claims |Change |
209+
|verification_control_fail_send_code |Failed to send the code, please try again later. |
210+
|verification_control_fail_verify_code |Failed to verify the code, please try again later. |
211+
|verification_control_but_send_code |Send Code |
212+
|verification_control_but_send_new_code |Send New Code |
213+
|verification_control_but_verify_code |Verify Code |
214+
215+
### Verification display control error messages
216+
217+
| ID | Default value |
218+
| -- | ------------- |
219+
|UserMessageIfMaxRetryAttempted |One time password provided verification has exceeded maximum number of attempts |
220+
|UserMessageIfSessionDoesNotExist |One time password verification session has expired |
221+
|UserMessageIfSessionConflict |One time password verification session has conflict |
222+
|UserMessageIfInvalidCode |One time password provided for verification is incorrect |
223+
224+
202225

203226

204227

0 commit comments

Comments
 (0)