Get rid of a few more translation keys

This commit is contained in:
Garth Vander Houwen 2025-04-26 16:05:09 -07:00
parent 973216374f
commit b8f874439d
16 changed files with 30 additions and 30 deletions

View file

@ -26,7 +26,7 @@ struct PaxCounterConfig: View {
Section {
Toggle(isOn: $enabled) {
Label("enabled", systemImage: "figure.walk.motion")
Label("Enabled", systemImage: "figure.walk.motion")
Text("config.module.paxcounter.enabled.description")
}
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
@ -46,7 +46,7 @@ struct PaxCounterConfig: View {
.font(.callout)
}
} header: {
Text("options")
Text("Options")
}
}
.disabled(self.bleManager.connectedPeripheral == nil || node?.powerConfig == nil)