Skip to content

Commit 55fe296

Browse files
authored
Update localization-string-ids.md
Added description for the sample example.
1 parent dc26936 commit 55fe296

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 04/19/2022
11+
ms.date: 11/14/2023
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
---
@@ -616,6 +616,7 @@ The following IDs are used for claims transformations error messages:
616616
| `UserMessageIfClaimsTransformationStringsAreNotEqual` |[AssertStringClaimsAreEqual](string-transformations.md#assertstringclaimsareequal) | Claim value comparison failed using StringComparison "OrdinalIgnoreCase".|
617617

618618
### Claims transformations example 1:
619+
The below example shows localized messages for local account signup.
619620

620621
```xml
621622
<LocalizedResources Id="api.localaccountsignup.en">
@@ -628,6 +629,7 @@ The following IDs are used for claims transformations error messages:
628629
```
629630

630631
### Claims transformations example 2:
632+
The below example shows localized messages for local account password reset.
631633

632634
```xml
633635
<LocalizedResources Id="api.localaccountpasswordreset.en">

0 commit comments

Comments
 (0)