We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fd68d commit cd54eccCopy full SHA for cd54ecc
Loop/View Controllers/StatusTableViewController.swift
@@ -824,7 +824,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
824
825
override func updateConfiguration(using state: UICellConfigurationState) {
826
super.updateConfiguration(using: state)
827
- let content = NSLocalizedString("Alerts Permissions Disabled", comment: "Warning text for when Notifications or Critical Alerts Permissions is disabled")
+ let content = NSLocalizedString("Alert Permissions Disabled", comment: "Warning text for when Notifications or Critical Alerts Permissions is disabled")
828
var contentConfig = defaultContentConfiguration().updated(for: state)
829
contentConfig.text = content
830
contentConfig.textProperties.color = .red
0 commit comments