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
|
|
@ -30,7 +30,7 @@ struct AmbientLightingConfig: View {
|
|||
Form {
|
||||
ConfigHeader(title: "Ambient Lighting", config: \.ambientLightingConfig, node: node, onAppear: setAmbientLightingConfigValue)
|
||||
|
||||
Section(header: Text("options")) {
|
||||
Section(header: Text("Options")) {
|
||||
|
||||
Toggle(isOn: $ledState) {
|
||||
Label("LED State", systemImage: ledState ? "lightbulb.led.fill" : "lightbulb.led")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue