Skip to content

Commit d1c5bee

Browse files
committed
Localize missed meal notification string
1 parent c1116d9 commit d1c5bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Views/AlertManagementView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ struct AlertManagementView: View {
121121

122122
private var missedMealAlertSection: some View {
123123
Section(footer: DescriptiveText(label: NSLocalizedString("When enabled, Loop can notify you when it detects a meal that wasn't logged.", comment: "Description of missed meal notifications."))) {
124-
Toggle("Missed Meal Notifications", isOn: missedMealNotificationsEnabled)
124+
Toggle(NSLocalizedString("Missed Meal Notifications", comment: "Title for missed meal notifications toggle"), isOn: missedMealNotificationsEnabled)
125125
}
126126
}
127127
}

0 commit comments

Comments
 (0)