From 7d91cd0029d996b721b4bf854438616634dd5444 Mon Sep 17 00:00:00 2001 From: tarynlucia <130533668+tarynlucia@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:18:11 -0700 Subject: [PATCH] ui: correct grammar in vault creation message (issue #7497) (#8188) Signed-off-by: Taryn Eng --- packages/intl/src/strings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index 1e349d5f4..427301eb9 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -444,7 +444,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`,