Localization files updated

This commit is contained in:
Stuart Breckenridge
2023-02-10 09:51:12 +08:00
parent 6efed337db
commit 6462264fde
8 changed files with 45 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ struct InjectedNavigationView: View {
Button(role: .cancel) {
dismiss()
} label: {
Text("Done", comment: "Button title")
Text("button.title.done", comment: "Button title")
}
}
}