Fix localization bugs and export localizations
Changelog-Fixes: Fix some localization bugs Closes: #320
This commit is contained in:
@@ -63,7 +63,7 @@ struct SaveKeysView: View {
|
||||
} else if let err = error {
|
||||
Text("Error: \(err)", comment: "Error message indicating why saving keys failed.")
|
||||
.foregroundColor(.red)
|
||||
DamusWhiteButton("Retry") {
|
||||
DamusWhiteButton(NSLocalizedString("Retry", comment: "Button to retry completing account creation after an error occurred.")) {
|
||||
complete_account_creation(account)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user