Skip to content

Commit 0585239

Browse files
authored
Merge pull request #457 from najdanovicivan/email-entry-title
Email entry title
2 parents 9f92c98 + 2c6de6f commit 0585239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuthUI/FUIEmailEntryViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ - (instancetype)initWithNibName:(NSString *)nibNameOrNil
8080
bundle:nibBundleOrNil
8181
authUI:authUI];
8282
if (self) {
83-
self.title = FUILocalizedString(kStr_SignInWithEmail);
83+
self.title = FUILocalizedString(kStr_EnterYourEmail);
8484
}
8585
return self;
8686
}

0 commit comments

Comments
 (0)