mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Start of localization
This commit is contained in:
parent
b71a30b97d
commit
0892214bcd
25 changed files with 91 additions and 31 deletions
|
|
@ -123,7 +123,7 @@ struct ExternalNotificationConfig: View {
|
|||
Button {
|
||||
isPresentingSaveConfirm = true
|
||||
} label: {
|
||||
Label("Save", systemImage: "square.and.arrow.down")
|
||||
Label("save", systemImage: "square.and.arrow.down")
|
||||
}
|
||||
.disabled(bleManager.connectedPeripheral == nil || !hasChanges)
|
||||
.buttonStyle(.bordered)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue