Add "OK" to localizable strings

This commit is contained in:
Matt Kiazyk 2022-04-22 09:30:18 -05:00
parent 8786b403cb
commit 11f7cae14f
No known key found for this signature in database
GPG key ID: 850581D2373E4A99
2 changed files with 2 additions and 1 deletions

View file

@ -147,7 +147,7 @@ struct MainWindow: View {
title: Text(title),
message: Text(message),
dismissButton: .default(
Text("Ok"),
Text("OK"),
action: { appState.presentedAlert = nil }
)
)

View file

@ -23,6 +23,7 @@
"Next" = "Next";
"Continue" = "Continue";
"Close" = "Close";
"OK" = "OK";
// Info Pane
"IdenticalBuilds" = "Identical Builds";