COVIDSafe code from version 2.7

This commit is contained in:
covidsafe-support 2021-06-09 17:25:54 -07:00
parent 4d98b6c5e4
commit 346b654515
15 changed files with 443 additions and 423 deletions

View file

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