Skip to content

Commit cd54ecc

Browse files
author
Rick Pasetto
authored
LOOP-3647: Fixes typo: 'Alert Permissions Disabled' instead of 'Alerts Permissions Disabled' (#422)
1 parent 16fd68d commit cd54ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
824824

825825
override func updateConfiguration(using state: UICellConfigurationState) {
826826
super.updateConfiguration(using: state)
827-
let content = NSLocalizedString("Alerts Permissions Disabled", comment: "Warning text for when Notifications or Critical Alerts Permissions is disabled")
827+
let content = NSLocalizedString("Alert Permissions Disabled", comment: "Warning text for when Notifications or Critical Alerts Permissions is disabled")
828828
var contentConfig = defaultContentConfiguration().updated(for: state)
829829
contentConfig.text = content
830830
contentConfig.textProperties.color = .red

0 commit comments

Comments
 (0)