mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
Change password renamed to security
This commit is contained in:
committed by
Paul Miller
parent
d135c0d895
commit
8e1d07a9ab
@@ -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"]);
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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를 열어두세요."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user