mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-20 05:25:19 +00:00
COVIDSafe code from version 1.7 (#8)
This commit is contained in:
parent
2063cea613
commit
6f92ff8fb8
38 changed files with 4504 additions and 1281 deletions
|
@ -220,7 +220,7 @@ final class FeedbackViewController: UIViewController {
|
|||
|
||||
private func showErrorMessage(_ message: String) {
|
||||
let alert = AlertController(title: "COVIDSafe", message: message, preferredStyle: .alert)
|
||||
let okActionTitle = "OK".localizedString()
|
||||
let okActionTitle = "global_OK".localizedString()
|
||||
let okAction = UIAlertAction(title: okActionTitle, style: .default)
|
||||
alert.addAction(okAction)
|
||||
present(alert, animated: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue