mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-25 16:34:41 +01:00
Fix typo
This commit is contained in:
parent
70932528a0
commit
0aaeddb544
1 changed files with 3 additions and 3 deletions
|
@ -429,9 +429,9 @@
|
||||||
"@settingsAppLockTypeBiometric": {
|
"@settingsAppLockTypeBiometric": {
|
||||||
"description": "Unlock app with fingerprint, face, etc"
|
"description": "Unlock app with fingerprint, face, etc"
|
||||||
},
|
},
|
||||||
"settingsAppLockTypePin": "Pin",
|
"settingsAppLockTypePin": "PIN",
|
||||||
"@settingsAppLockTypePin": {
|
"@settingsAppLockTypePin": {
|
||||||
"description": "Unlock app with 4 to 6 digits pin"
|
"description": "Unlock app with 4 to 6 digits PIN"
|
||||||
},
|
},
|
||||||
"settingsAppLockTypePassword": "Password",
|
"settingsAppLockTypePassword": "Password",
|
||||||
"@settingsAppLockTypePassword": {
|
"@settingsAppLockTypePassword": {
|
||||||
|
@ -439,7 +439,7 @@
|
||||||
},
|
},
|
||||||
"settingsAppLockDescription": "If enabled, you will be asked to authenticate when you open the app",
|
"settingsAppLockDescription": "If enabled, you will be asked to authenticate when you open the app",
|
||||||
"settingsAppLockSetupBiometricFallbackDialogTitle": "Pick the fallback when biometric is not available",
|
"settingsAppLockSetupBiometricFallbackDialogTitle": "Pick the fallback when biometric is not available",
|
||||||
"settingsAppLockSetupPinDialogTitle": "Set the pin to unlock app",
|
"settingsAppLockSetupPinDialogTitle": "Set the PIN to unlock app",
|
||||||
"settingsAppLockSetupPasswordDialogTitle": "Set the password to unlock app",
|
"settingsAppLockSetupPasswordDialogTitle": "Set the password to unlock app",
|
||||||
"settingsExperimentalTitle": "Experimental",
|
"settingsExperimentalTitle": "Experimental",
|
||||||
"settingsExperimentalDescription": "Features that are not ready for everyday use",
|
"settingsExperimentalDescription": "Features that are not ready for everyday use",
|
||||||
|
|
Loading…
Add table
Reference in a new issue