COVIDSafe code from version 1.7

This commit is contained in:
covidsafe-support 2020-07-03 13:54:10 +10:00
parent 2063cea613
commit 653f79ebe6
38 changed files with 4504 additions and 1281 deletions

View file

@ -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)