Skip to content

Commit

Permalink
Merge pull request #457 from najdanovicivan/email-entry-title
Browse files Browse the repository at this point in the history
Email entry title
  • Loading branch information
morganchen12 authored May 24, 2018
2 parents 9f92c98 + 2c6de6f commit 0585239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuthUI/FUIEmailEntryViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ - (instancetype)initWithNibName:(NSString *)nibNameOrNil
bundle:nibBundleOrNil
authUI:authUI];
if (self) {
self.title = FUILocalizedString(kStr_SignInWithEmail);
self.title = FUILocalizedString(kStr_EnterYourEmail);
}
return self;
}
Expand Down

0 comments on commit 0585239

Please sign in to comment.