mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Additional localization key fixes
This commit is contained in:
parent
9bed5e34df
commit
9ecf7f7fbf
18 changed files with 1496 additions and 1941 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ struct TelemetryConfig: View {
|
|||
Form {
|
||||
ConfigHeader(title: "Telemetry", config: \.telemetryConfig, node: node, onAppear: setTelemetryValues)
|
||||
|
||||
Section(header: Text("update.interval")) {
|
||||
Section(header: Text("Update Interval")) {
|
||||
Picker("Device Metrics", selection: $deviceUpdateInterval ) {
|
||||
ForEach(UpdateIntervals.allCases) { ui in
|
||||
if ui.rawValue >= 900 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue