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
Make email_pattern future-proof w.r.t. RegExp v flag
A proposed change upgrades the HTML `pattern` attribute to use the RegExp `v` flag instead of the `u` flag behind the scenes.
This patch updates `email_pattern` to be compatible with both `u` and `v` flags, future-proofing the pattern.
More background: https://groups.google.com/a/chromium.org/g/blink-dev/c/gIyvMw0n2qw
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/language-customization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ You configure localized resources elements for the content definition and any la
285
285
<LocalizedStringElementType="UxElement"StringId="local_intro_email">#Iniciar sesión con su cuenta existente</LocalizedString>
286
286
<LocalizedStringElementType="UxElement"StringId="invalid_email">#Escriba una dirección de correo electrónico válida</LocalizedString>
287
287
<LocalizedStringElementType="UxElement"StringId="unknown_error">#Tenemos problemas para iniciar su sesión. Vuelva a intentarlo más tarde. </LocalizedString>
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfInvalidPassword">#Su contraseña es incorrecta.</LocalizedString>
290
290
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfClaimsPrincipalDoesNotExist">#Parece que no podemos encontrar su cuenta.</LocalizedString>
291
291
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfOldPasswordUsed">#Parece que ha usado una contraseña antigua.</LocalizedString>
0 commit comments