Skip to content

Commit a072a79

Browse files
authored
Update localization-string-ids.md
Add the UserMessageIfVerificationControlClaimsHaveChanged StringId for the DisplayControl
1 parent 6f8fc5d commit a072a79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,13 +397,16 @@ The following IDs are used for a [Verification display control](display-control-
397397
| `but_send_new_code` | Send new code|
398398
| `but_change_claims` | Change e-mail|
399399
| `UserMessageIfVerificationControlClaimsNotVerified` <sup>2</sup> | The claims for verification control have not been verified. |
400+
| `UserMessageIfVerificationControlClaimsHaveChanged` <sup>3</sup> | The claims to verify have been changed. |
400401

401402
<sup>1</sup> The `intro_msg` element is hidden, and not shown on the self-asserted page. To make it visible, use the [HTML customization](customize-ui-with-html.md) with Cascading Style Sheets. For example:
402403

403404
`.verificationInfoText div{display: block!important}`
404405

405406
<sup>2</sup> This error message is displayed to the user if they enter a verification code, but instead of completing the verification by selecting on the **Verify** button, they select the **Continue** button.
406407

408+
<sup>3</sup> This error message is displayed to the user if they validate an email address but then they select the **Change e-mail** button and don't validate the new email.
409+
407410
### Verification display control example
408411

409412
```xml
@@ -420,6 +423,7 @@ The following IDs are used for a [Verification display control](display-control-
420423
<LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_send_new_code">Send new code</LocalizedString>
421424
<LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_change_claims">Change e-mail</LocalizedString>
422425
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationControlClaimsNotVerified">The claims for verification control have not been verified.</LocalizedString>
426+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationControlClaimsHaveChanged">The claims to verify have been changed.</LocalizedString>
423427
</LocalizedStrings>
424428
</LocalizedResources>
425429
```

0 commit comments

Comments
 (0)