Skip to content

Commit b616d88

Browse files
authored
Update localization-string-ids.md
Missing OTP error message
1 parent 4d3e623 commit b616d88

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: 03/26/2020
11+
ms.date: 05/02/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -267,6 +267,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
267267
|UserMessageIfSessionDoesNotExist |One time password verification session has expired |
268268
|UserMessageIfSessionConflict |One time password verification session has conflict |
269269
|UserMessageIfInvalidCode |One time password provided for verification is incorrect |
270+
|UserMessageIfVerificationFailedRetryAllowed |That code is incorrect. Please try again. |
270271

271272
### Example
272273

@@ -277,6 +278,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
277278
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxRetryAttempted">You have exceed the number of retries allowed.</LocalizedString>
278279
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidCode">You have entered the wrong code.</LocalizedString>
279280
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>
281+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedRetryAllowed">That code is incorrect. Please try again.</LocalizedString>
280282
</LocalizedStrings>
281283
</LocalizedResources>
282284
```

0 commit comments

Comments
 (0)