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
Copy file name to clipboardExpand all lines: auth/src/main/res/values/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@
94
94
<stringname="fui_error_invalid_password"translation_description="Error message for when the user enters an invalid or wrong password.">Incorrect password.</string>
95
95
96
96
<!-- Password validation messages -->
97
+
<stringname="fui_passwords_do_not_match"translation_description="Error message when password don't match">Passwords do not match</string>
97
98
<stringname="fui_error_password_too_short"translation_description="Error message when password is too short">Password must be at least %1$d characters long</string>
98
99
<stringname="fui_error_password_missing_uppercase"translation_description="Error message when password is missing uppercase letter">Password must contain at least one uppercase letter</string>
99
100
<stringname="fui_error_password_missing_lowercase"translation_description="Error message when password is missing lowercase letter">Password must contain at least one lowercase letter</string>
0 commit comments