Skip to content

Commit 63e92aa

Browse files
authored
Merge pull request #98301 from bolt-io/patch-22
Added missing UX element to self-asserted string IDs
2 parents c471d31 + 7248500 commit 63e92aa

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
@@ -158,6 +158,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
158158
| **months** | January, February, March, April, May, June, July, August, September, October, November, December |
159159
| **ver_fail_server** | We are having trouble verifying your email address. Please enter a valid email address and try again. |
160160
| **error_requiredFieldMissing** | A required field is missing. Please fill out all required fields and try again. |
161+
| **heading** | User Details |
161162
| **initial_intro** | Please provide the following details. |
162163
| **ver_but_resend** | Send new code |
163164
| **button_continue** | Create |
@@ -234,6 +235,7 @@ The following example shows the use of some of the user interface elements in th
234235
<LocalizedString ElementType="UxElement" StringId="error_passwordEntryMismatch">The password entry fields do not match. Please enter the same password in both fields and try again.</LocalizedString>
235236
<LocalizedString ElementType="UxElement" StringId="error_requiredFieldMissing">A required field is missing. Please fill out all required fields and try again.</LocalizedString>
236237
<LocalizedString ElementType="UxElement" StringId="helplink_text">What is this?</LocalizedString>
238+
<LocalizedString ElementType="UxElement" StringId="heading">User Details</LocalizedString>
237239
<LocalizedString ElementType="UxElement" StringId="initial_intro">Please provide the following details.</LocalizedString>
238240
<LocalizedString ElementType="UxElement" StringId="preloader_alt">Please wait</LocalizedString>
239241
<LocalizedString ElementType="UxElement" StringId="required_field">This information is required.</LocalizedString>

0 commit comments

Comments
 (0)