ui: correct grammar in vault creation message (issue #7497) (#8188)

Signed-off-by: Taryn Eng <taryn.eng@gmail.com>
This commit is contained in:
tarynlucia
2025-06-09 23:18:11 -07:00
committed by GitHub
parent f937b164e9
commit 20bbb6dd5b

View File

@@ -439,7 +439,7 @@ $headline$: Use starting line of the note as title.`,
}),
createVault: () => t`Create vault`,
createVaultDesc: () => t`A vault stores your notes in a encrypted storage.`,
createVaultDesc: () => t`A vault stores your notes in an encrypted storage.`,
vaultFingerprintUnlock: () => t`Vault fingerprint unlock`,
revokeVaultFingerprintUnlock: () => t`Revoke vault fingerprint unlock`,
changeVaultPassword: () => t`Change vault password`,