mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Some authenticator string updates
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
CGRectGetWidth(self.tableView.bounds),
|
||||
kFooterHeight)];
|
||||
UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem];
|
||||
[button setTitle:BITHockeyLocalizedString(@"Show login page") forState:UIControlStateNormal];
|
||||
[button setTitle:BITHockeyLocalizedString(@"HockeyAuthenticationViewControllerWebLoginButtonTitle") forState:UIControlStateNormal];
|
||||
CGSize buttonSize = [button sizeThatFits:CGSizeMake(CGRectGetWidth(self.tableView.bounds),
|
||||
kFooterHeight)];
|
||||
button.frame = CGRectMake(floorf((CGRectGetWidth(containerView.bounds) - buttonSize.width) / 2.f),
|
||||
|
||||
Reference in New Issue
Block a user