From 686ea56556aa151ed8fae5eeab7c2d3dd9aa6aa6 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Fri, 14 Nov 2025 11:58:23 +0100 Subject: [PATCH] Update en.json --- apps/browser-extension/src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser-extension/src/i18n/locales/en.json b/apps/browser-extension/src/i18n/locales/en.json index 98acceeeb..d72659f45 100644 --- a/apps/browser-extension/src/i18n/locales/en.json +++ b/apps/browser-extension/src/i18n/locales/en.json @@ -349,7 +349,7 @@ }, "unlockMethod": { "title": "Vault Unlock Method", - "introText": "Choose how you want to unlock your vault. You can use your master password (always available) or set up a quick 4-8 digit PIN for faster access. After 3 failed PIN attempts, you'll need to use your master password.", + "introText": "Choose how you want to unlock your vault. You can use your master password (always available) or set up a PIN code for faster access. After 3 failed PIN attempts, you'll need to use your master password.", "password": "Master Password", "pin": "PIN Code", "pinDescription": "Unlock vault with PIN code",