From 4604ed1b602ab0043586f8b5c0c6e7c63b69723b Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Mon, 26 Jul 2021 13:37:15 -0700 Subject: [PATCH] Update English strings with less ambiguous message --- FirebaseAuthUI/Sources/Strings/en.lproj/FirebaseAuthUI.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAuthUI/Sources/Strings/en.lproj/FirebaseAuthUI.strings b/FirebaseAuthUI/Sources/Strings/en.lproj/FirebaseAuthUI.strings index fa9ddce3fb7..e4cc1723efa 100644 --- a/FirebaseAuthUI/Sources/Strings/en.lproj/FirebaseAuthUI.strings +++ b/FirebaseAuthUI/Sources/Strings/en.lproj/FirebaseAuthUI.strings @@ -80,7 +80,7 @@ "EmailAlreadyInUseError" = "The email address is already in use by another account."; /* Error message displayed when the password is too weak. */ -"WeakPasswordError" = "Strong passwords have at least 6 characters and a mix of letters and numbers."; +"WeakPasswordError" = "Password must be at least 6 characters long."; /* Error message displayed when many accounts have been created from same IP address. */ "SignUpTooManyTimesError" = "Too many account requests are coming from your IP address. Try again in a few minutes.";