mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 04:55:19 +00:00
COVIDSafe code from version 2.7
This commit is contained in:
parent
4d98b6c5e4
commit
346b654515
15 changed files with 443 additions and 423 deletions
|
@ -294,7 +294,7 @@ class CovidStatisticsViewController: UITableViewController {
|
|||
dateFormatter.timeStyle = .short
|
||||
headerView.dateLabelContainer.isHidden = false
|
||||
headerView.dateLabelDivider.isHidden = false
|
||||
headerView.dateLabel.text = "\(dateFormatter.string(from: updateDate))"
|
||||
headerView.dateLabel.text = String.localizedStringWithFormat("latest_case_numbers".localizedString(), dateFormatter.string(from: updateDate))
|
||||
} else {
|
||||
headerView.dateLabelContainer.isHidden = true
|
||||
headerView.dateLabelDivider.isHidden = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue