Fix localized string for privacy access description for photos

Closes: #359
This commit is contained in:
2023-01-22 10:00:09 -08:00
committed by William Casarin
parent 9d2ff2fe65
commit 5e9580377d
5 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ struct ConfigView: View {
Section(NSLocalizedString("Secret Account Login Key", comment: "Section title for user's secret account login key.")) {
HStack {
if show_privkey == false {
SecureField(NSLocalizedString("PrivateKey", comment: "Title of the secure field that holds the user's private key."), text: $privkey)
SecureField(NSLocalizedString("Private Key", comment: "Title of the secure field that holds the user's private key."), text: $privkey)
.disabled(true)
} else {
Text(sec)