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.
2 parents 9f92c98 + 2c6de6f commit 0585239Copy full SHA for 0585239
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