mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 14:02:48 +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 (section == 0) {
|
||||||
if(self.showsLoginViaWebButton) {
|
if(self.showsLoginViaWebButton) {
|
||||||
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebLoginDescription");
|
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebLoginDescription");
|
||||||
|
} else if(self.requirePassword) {
|
||||||
|
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerDataEmailAndPasswordDescription");
|
||||||
} else {
|
} else {
|
||||||
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerDataDescription");
|
return BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerDataEmailDescription");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user