Finish updating translation strings

This commit is contained in:
Garth Vander Houwen 2025-05-08 22:50:44 -07:00
parent ffb3296ddf
commit 70fa86ae32
24 changed files with 2198 additions and 2584 deletions

View file

@ -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()
}