We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac4b82 commit 5bedc53Copy full SHA for 5bedc53
FirebaseAuthUI/FUIEmailEntryViewController.m
@@ -80,7 +80,7 @@ - (instancetype)initWithNibName:(NSString *)nibNameOrNil
80
bundle:nibBundleOrNil
81
authUI:authUI];
82
if (self) {
83
- self.title = FUILocalizedString(kStr_SignInWithEmail);
+ self.title = FUILocalizedString(kStr_EnterYourEmail);
84
}
85
return self;
86
0 commit comments