Fix localized string for privacy access description for photos

Closes: #359
This commit is contained in:
2023-01-20 20:49:28 -05:00
committed by William Casarin
parent 9d2ff2fe65
commit 5e9580377d
5 changed files with 21 additions and 11 deletions

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)