mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Translation key updates
This commit is contained in:
parent
01a0f45b99
commit
0f7ac9bc59
20 changed files with 321 additions and 530 deletions
|
|
@ -27,7 +27,7 @@ struct PaxCounterConfig: View {
|
|||
Section {
|
||||
Toggle(isOn: $enabled) {
|
||||
Label("Enabled", systemImage: "figure.walk.motion")
|
||||
Text("config.module.paxcounter.enabled.description")
|
||||
Text("When enabled the PAX Counter module counts the number of people passing by using WiFi and Bluetooth. Both WiFI and Bluetooth must be disabled for PAX counter to work.")
|
||||
}
|
||||
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
|
||||
.listRowSeparator(.visible)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue