mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Get rid of a few more translation keys
This commit is contained in:
parent
973216374f
commit
b8f874439d
16 changed files with 30 additions and 30 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue