mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-20 05:25:19 +00:00
COVIDSafe code from version 1.6 (#6)
This commit is contained in:
parent
149daee2e9
commit
2063cea613
38 changed files with 1963 additions and 1664 deletions
|
@ -5,15 +5,11 @@ import UIKit
|
|||
class ViewControllerFactory {
|
||||
|
||||
func createPropmtController(_ useCustomTransition: Bool, settings: FeedbackSettings? = nil) -> UIViewController {
|
||||
let title = NSLocalizedString("entryPrompt_alert_title",
|
||||
tableName: "Feedback",
|
||||
bundle: Bundle.main,
|
||||
let title = "entryPrompt_alert_title".localizedString(
|
||||
comment: "Title for initial alert when feedback is launched"
|
||||
)
|
||||
|
||||
let message = NSLocalizedString("entryPrompt_alert_message",
|
||||
tableName: "Feedback",
|
||||
bundle: Bundle.main,
|
||||
let message = "entryPrompt_alert_message".localizedString(
|
||||
comment: "Prompt message for initial alert when feedback is launched"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue