mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +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
|
@ -32,7 +32,7 @@ class HelpNavController: UINavigationController {
|
|||
let feedbackButton = UIButton(type: .system)
|
||||
feedbackButton.translatesAutoresizingMaskIntoConstraints = false
|
||||
feedbackButton.addTarget(self, action: #selector(feedbackButtonPressed(_:)), for: .touchUpInside)
|
||||
feedbackButton.setTitle("ReportAnIssue".localizedString(),
|
||||
feedbackButton.setTitle("action_report_an_issue".localizedString(),
|
||||
for: .normal)
|
||||
feedbackButton.titleLabel?.font = .systemFont(ofSize: 18)
|
||||
feedbackButton.tintColor = .covidSafeColor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue