diff --git a/articles/active-directory-b2c/localization-string-ids.md b/articles/active-directory-b2c/localization-string-ids.md
index f9129b5355731..326ea8cf94158 100644
--- a/articles/active-directory-b2c/localization-string-ids.md
+++ b/articles/active-directory-b2c/localization-string-ids.md
@@ -397,6 +397,7 @@ The following IDs are used for a [Verification display control](display-control-
| `but_send_new_code` | Send new code|
| `but_change_claims` | Change e-mail|
| `UserMessageIfVerificationControlClaimsNotVerified` 2 | The claims for verification control have not been verified. |
+| `UserMessageIfVerificationControlClaimsHaveChanged` 3 | The claims to verify have been changed. |
1 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:
@@ -404,6 +405,8 @@ The following IDs are used for a [Verification display control](display-control-
2 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.
+3 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.
+
### Verification display control example
```xml
@@ -420,6 +423,7 @@ The following IDs are used for a [Verification display control](display-control-
Send new code
Change e-mail
The claims for verification control have not been verified.
+ The claims to verify have been changed.
```