From 8e1d07a9ab424ecd573cddd2fc2fb996e68cc14e Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Tue, 26 Mar 2024 16:31:59 -0500 Subject: [PATCH] Change password renamed to security --- e2e/encrypt.spec.ts | 2 +- public/i18n/en.json | 2 +- public/i18n/es.json | 2 +- public/i18n/ko.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/encrypt.spec.ts b/e2e/encrypt.spec.ts index 81f6f61c..dce60619 100644 --- a/e2e/encrypt.spec.ts +++ b/e2e/encrypt.spec.ts @@ -39,7 +39,7 @@ test("test local encrypt", async ({ page }) => { // Go back to settings / change password await visitSettings(page); - await page.click("text=Change Password"); + await page.click("text=Security"); // The header should now say "Encrypt your seed words" await expect(page.locator("h1")).toContainText(["Encrypt your seed words"]); diff --git a/public/i18n/en.json b/public/i18n/en.json index 9de5ccda..fb1b2d88 100644 --- a/public/i18n/en.json +++ b/public/i18n/en.json @@ -405,7 +405,7 @@ } }, "encrypt": { - "title": "Change Password", + "title": "Security", "caption": "Backup first to unlock encryption", "header": "Encrypt your seed words", "hot_wallet_warning": "Mutiny is a \"hot wallet\" so it needs your seed word to operate, but you can optionally encrypt those words with a password.", diff --git a/public/i18n/es.json b/public/i18n/es.json index c6f535e7..5b38e39c 100644 --- a/public/i18n/es.json +++ b/public/i18n/es.json @@ -362,7 +362,7 @@ } }, "encrypt": { - "title": "Cambiar Contraseña", + "title": "Seguridad", "caption": "Haga un respaldo primero para desbloquear el cifrado", "header": "Cifre sus palabras semilla", "hot_wallet_warning": "Mutiny es una \"billetera caliente\" por lo que necesita sus palabras semilla para operar, pero usted puede opcionalmente cifrar esas palabras con una contraseña.", diff --git a/public/i18n/ko.json b/public/i18n/ko.json index 798be9e4..d0509caf 100644 --- a/public/i18n/ko.json +++ b/public/i18n/ko.json @@ -284,7 +284,7 @@ } }, "encrypt": { - "header": "시드 단어 암호화", + "header": "보안", "hot_wallet_warning": "Mutiny는 ”핫 월렛”이므로 시드 단어를 사용하여 작동하지만 선택적으로 비밀번호로 암호화할 수 있습니다.", "password_tip": "이렇게 하면 다른 사람이 브라우저에 접근하더라도 자금에 접근할 수 없습니다.", "optional": "(선택 사항)", @@ -465,4 +465,4 @@ "send_bitcoin": "비트코인 전송", "continue": "계속하기", "keep_mutiny_open": "결제를 완료하기 위해 Mutiny를 열어두세요." -} \ No newline at end of file +}