Additional localization key fixes

This commit is contained in:
Garth Vander Houwen 2025-05-08 14:42:11 -07:00
parent 9bed5e34df
commit 9ecf7f7fbf
18 changed files with 1496 additions and 1941 deletions

View file

@ -130,7 +130,7 @@ struct DetectionSensorConfig: View {
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
}
Section(header: Text("update.interval")) {
Section(header: Text("Update Interval")) {
Picker("Minimum time between detection broadcasts", selection: $minimumBroadcastSecs) {
ForEach(UpdateIntervals.allCases) { ui in
Text(ui.description).tag(ui.rawValue)