COVIDSafe code from version 2.7 (#52)

This commit is contained in:
COVIDSafe Support 2021-06-09 17:27:37 -07:00 committed by GitHub
parent 4d98b6c5e4
commit 30df30dacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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