mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Finish updating translation strings
This commit is contained in:
parent
ffb3296ddf
commit
70fa86ae32
24 changed files with 2198 additions and 2584 deletions
|
|
@ -25,7 +25,7 @@ struct SaveConfigButton: View {
|
|||
titleVisibility: .visible
|
||||
) {
|
||||
let nodeName = node?.user?.longName ?? "Unknown".localized
|
||||
let buttonText = String.localizedStringWithFormat("save.config %@".localized, nodeName)
|
||||
let buttonText = String.localizedStringWithFormat("Save Config for %@".localized, nodeName)
|
||||
Button(buttonText) {
|
||||
onConfirmation()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue