refactor: Complete strings alignment

This commit is contained in:
Andrea Busi
2021-04-09 09:41:13 +02:00
parent 8085afea4f
commit 0504cdbea4
15 changed files with 321 additions and 398 deletions
@@ -159,7 +159,7 @@ class PurchaseProVersionViewController: UIViewController {
let alert = UIAlertController(title: NSLocalizedString("purchase_pro_restore_alert_title", comment: ""),
message: NSLocalizedString("purchase_pro_restore_alert_message", comment: ""),
preferredStyle: .alert)
alert.addAction(UIAlertAction(title: "OK", style: .default) { [weak self] _ in
alert.addAction(UIAlertAction(title: "ok", style: .default) { [weak self] _ in
self?.navigationController?.popViewController(animated: true)
})
present(alert, animated: true)