mobile: fix e2e tests

This commit is contained in:
Ammar Ahmed
2024-11-11 18:44:28 +05:00
committed by Abdullah Atta
parent e36bc816ea
commit e0a704d022
33 changed files with 4137 additions and 4090 deletions

View File

@@ -424,12 +424,11 @@ $headline$: Use starting line of the note as title.`,
other: ""
}),
createVault: () => t`Create Vault`,
createVaultDesc: () =>
t`A vault stores your notes in a password-encrypted storage.`,
vaultFingerprintUnlock: () => t`Vault Fingerprint Unlock`,
revokeVaultFingerprintUnlock: () => t`Revoke Vault Fingerprint Unlock`,
changeVaultPassword: () => t`Change Vault Password`,
createVault: () => t`Create vault`,
createVaultDesc: () => t`A vault stores your notes in a encrypted storage.`,
vaultFingerprintUnlock: () => t`Vault fingerprint unlock`,
revokeVaultFingerprintUnlock: () => t`Revoke vault fingerprint unlock`,
changeVaultPassword: () => t`Change vault password`,
deleteNote: () => doActions.delete.note(1),
shareNote: () => t`Share note`,
copyNote: () => t`Copy note`,