Skip to content

Commit 19f2f5a

Browse files
authored
Merge pull request #108729 from erionpc/patch-1
added required_field_descriptive for selfAsserted
2 parents 03a8da9 + c567f63 commit 19f2f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ The following IDs are used for a content definition having an ID of `api.localac
178178
| `alert_message` | Are you sure that you want to cancel entering your details? |
179179
| `ver_intro_msg` | Verification is necessary. Please click Send button. |
180180
| `ver_input` | Verification code |
181+
| `required_field_descriptive` | {0} is required |
181182

182183
### Sign-up and self-asserted pages disclaimer links
183184

@@ -240,6 +241,7 @@ The following example shows the use of some of the user interface elements in th
240241
<LocalizedString ElementType="UxElement" StringId="initial_intro">Please provide the following details.</LocalizedString>
241242
<LocalizedString ElementType="UxElement" StringId="preloader_alt">Please wait</LocalizedString>
242243
<LocalizedString ElementType="UxElement" StringId="required_field">This information is required.</LocalizedString>
244+
<LocalizedString ElementType="UxElement" StringId="required_field_descriptive">{0} is required</LocalizedString>
243245
<LocalizedString ElementType="UxElement" StringId="ver_but_edit">Change e-mail</LocalizedString>
244246
<LocalizedString ElementType="UxElement" StringId="ver_but_resend">Send new code</LocalizedString>
245247
<LocalizedString ElementType="UxElement" StringId="ver_but_send">Send verification code</LocalizedString>

0 commit comments

Comments
 (0)