From 4e234e4e0daefb7e365763b0fa791ed9fb1a722e Mon Sep 17 00:00:00 2001 From: Yue-Wang-Google Date: Tue, 26 Mar 2019 14:46:45 -0700 Subject: [PATCH 1/2] fix typo in email link sign in --- EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m b/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m index 59ad48342d7..a14dc49b2b5 100644 --- a/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m +++ b/EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m @@ -686,7 +686,7 @@ - (void)handleAccountLinkingForEmail:(NSString *)email [FUIAuthBaseViewController showAlertWithMessage:error.description]; } else { NSString *signInMessage = [NSString stringWithFormat: - @"A sign-in email with additional instrucitons was sent to %@. Check your " + @"A sign-in email with additional instructions was sent to %@. Check your " "email to complete sign-in.", email]; [FUIAuthBaseViewController showAlertWithTitle:@"Sign-in email sent" From caa9b3b7c907f2779ef7f9a04cd1a11f408f4f2d Mon Sep 17 00:00:00 2001 From: Yue-Wang-Google Date: Tue, 26 Mar 2019 14:48:48 -0700 Subject: [PATCH 2/2] Fix typo in translation string --- Auth/FirebaseAuthUI/Strings/en.lproj/FirebaseAuthUI.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth/FirebaseAuthUI/Strings/en.lproj/FirebaseAuthUI.strings b/Auth/FirebaseAuthUI/Strings/en.lproj/FirebaseAuthUI.strings index c774559dd1d..fa9ddce3fb7 100644 --- a/Auth/FirebaseAuthUI/Strings/en.lproj/FirebaseAuthUI.strings +++ b/Auth/FirebaseAuthUI/Strings/en.lproj/FirebaseAuthUI.strings @@ -263,7 +263,7 @@ "TroubleGettingEmailMessage" = "Try these common fixes: \n - Check if the email was marked as spam or filtered.\n - Check your internet connection.\n - Check that you did not misspell your email.\n - Check that your inbox space is not running out or other inbox settings related issues.\n If the steps above didn't work, you can resend the email. Note that this will deactivate the link in the older email."; /* Message displayed after email is sent. The placeholder is the email address that the email is sent to. */ -"EmailSentConfirmationMessage" = "A sign-in email with additional instrucitons was sent to %@. Check your email to complete sign-in."; +"EmailSentConfirmationMessage" = "A sign-in email with additional instructions was sent to %@. Check your email to complete sign-in."; /* Message displayed after the email of sign-in link is sent. */ "SignInEmailSent" = "Sign-in email Sent";