mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
mobile: fix e2e tests
This commit is contained in:
committed by
Abdullah Atta
parent
e36bc816ea
commit
e0a704d022
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user