mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
use done instead of "save" button
This commit is contained in:
parent
3144247dc9
commit
5bdd1fdebf
@ -160,8 +160,10 @@
|
||||
if (section == 0) {
|
||||
if(self.showsLoginViaWebButton) {
|
||||
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebLoginDescription");
|
||||
} else if(self.requirePassword) {
|
||||
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerDataEmailAndPasswordDescription");
|
||||
} else {
|
||||
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerDataDescription");
|
||||
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerDataEmailDescription");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user