mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
mobile: fix vault does not show error toast on incorrect password
This commit is contained in:
@@ -147,8 +147,8 @@ export const strings = {
|
||||
t`Loading ${progress ? `(${progress})` : ""}, please wait...`,
|
||||
vaultEnableBiometrics: () =>
|
||||
t` Unlock with password once to enable biometric access.`,
|
||||
deleteVault: () => t`Delete`,
|
||||
clearVault: () => t`Clear`,
|
||||
deleteVault: () => t`Delete vault`,
|
||||
clearVault: () => t`Clear vault`,
|
||||
enable: () => t`Enable`,
|
||||
revoke: () => t`Revoke`,
|
||||
change: () => t`Change`,
|
||||
@@ -532,7 +532,7 @@ $headline$: Use starting line of the note as title.`,
|
||||
couldNotUnlock: () => t`Could not unlock`,
|
||||
unlockNoteDesc: () =>
|
||||
t`Your note will be unencrypted and removed from the vault.`,
|
||||
deleteAllNotes: () => t`Delete all notes`,
|
||||
deleteAllNotes: () => t`Delete notes in this vault`,
|
||||
getStarted: () => t`Get started`,
|
||||
saveACopy: () => t`Save a copy`,
|
||||
discard: () => t`Discard`,
|
||||
@@ -1139,8 +1139,7 @@ $headline$: Use starting line of the note as title.`,
|
||||
vaultDesc: () => t`Multi-layer encryption to most important notes`,
|
||||
changeVaultPasswordDesc: () =>
|
||||
t`All locked notes will be re-encrypted with the new password.`,
|
||||
clearVaultDesc: () =>
|
||||
t`Enter vault password to unlock and remove all notes from the vault.`,
|
||||
clearVaultDesc: () => t`Remove all notes from the vault.`,
|
||||
deleteVaultDesc: () => t`Delete vault (and optionally remove all notes).`,
|
||||
biometricUnlock: () => t`Biometric unlocking`,
|
||||
biometricUnlockDesc: () => t`Unlock your vault with biometric authentication`,
|
||||
|
||||
Reference in New Issue
Block a user