mobile: fix vault does not show error toast on incorrect password

This commit is contained in:
Ammar Ahmed
2024-11-06 10:32:29 +05:00
committed by Ammar Ahmed
parent 55842d44ea
commit 5659576ce3
5 changed files with 1772 additions and 1751 deletions

View File

@@ -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`,