File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ The following IDs are used for a content definition having an ID of `api.localac
178
178
| ` alert_message ` | Are you sure that you want to cancel entering your details? |
179
179
| ` ver_intro_msg ` | Verification is necessary. Please click Send button. |
180
180
| ` ver_input ` | Verification code |
181
+ | ` required_field_descriptive ` | {0} is required |
181
182
182
183
### Sign-up and self-asserted pages disclaimer links
183
184
@@ -240,6 +241,7 @@ The following example shows the use of some of the user interface elements in th
240
241
<LocalizedString ElementType =" UxElement" StringId =" initial_intro" >Please provide the following details.</LocalizedString >
241
242
<LocalizedString ElementType =" UxElement" StringId =" preloader_alt" >Please wait</LocalizedString >
242
243
<LocalizedString ElementType =" UxElement" StringId =" required_field" >This information is required.</LocalizedString >
244
+ <LocalizedString ElementType =" UxElement" StringId =" required_field_descriptive" >{0} is required</LocalizedString >
243
245
<LocalizedString ElementType =" UxElement" StringId =" ver_but_edit" >Change e-mail</LocalizedString >
244
246
<LocalizedString ElementType =" UxElement" StringId =" ver_but_resend" >Send new code</LocalizedString >
245
247
<LocalizedString ElementType =" UxElement" StringId =" ver_but_send" >Send verification code</LocalizedString >
You can’t perform that action at this time.
0 commit comments