You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -570,14 +556,14 @@ The Localization element allows you to support multiple locales or languages in
570
556
<!-- Email validation error messages-->
571
557
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfSessionDoesNotExist">You have exceeded the maximum time allowed.</LocalizedString>
572
558
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfMaxRetryAttempted">You have exceeded the number of retries allowed.</LocalizedString>
559
+
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfMaxNumberOfCodeGenerated">You have exceeded the number of code generation attempts allowed.</LocalizedString>
573
560
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfInvalidCode">You have entered the wrong code.</LocalizedString>
574
561
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>
575
562
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfVerificationFailedRetryAllowed">The verification has failed, please try again.</LocalizedString>
576
563
</LocalizedStrings>
577
564
</LocalizedResources>
578
565
```
579
566
580
-
After you add the localized strings, remove the OTP validation error messages metadata from the LocalAccountSignUpWithLogonEmail and LocalAccountDiscoveryUsingEmailAddress technical profiles.
0 commit comments