mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 22:34:23 +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
|
// Go back to settings / change password
|
||||||
await visitSettings(page);
|
await visitSettings(page);
|
||||||
await page.click("text=Change Password");
|
await page.click("text=Security");
|
||||||
|
|
||||||
// The header should now say "Encrypt your seed words"
|
// The header should now say "Encrypt your seed words"
|
||||||
await expect(page.locator("h1")).toContainText(["Encrypt your seed words"]);
|
await expect(page.locator("h1")).toContainText(["Encrypt your seed words"]);
|
||||||
|
|||||||
@@ -405,7 +405,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"encrypt": {
|
"encrypt": {
|
||||||
"title": "Change Password",
|
"title": "Security",
|
||||||
"caption": "Backup first to unlock encryption",
|
"caption": "Backup first to unlock encryption",
|
||||||
"header": "Encrypt your seed words",
|
"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.",
|
"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": {
|
"encrypt": {
|
||||||
"title": "Cambiar Contraseña",
|
"title": "Seguridad",
|
||||||
"caption": "Haga un respaldo primero para desbloquear el cifrado",
|
"caption": "Haga un respaldo primero para desbloquear el cifrado",
|
||||||
"header": "Cifre sus palabras semilla",
|
"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.",
|
"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": {
|
"encrypt": {
|
||||||
"header": "시드 단어 암호화",
|
"header": "보안",
|
||||||
"hot_wallet_warning": "Mutiny는 ”핫 월렛”이므로 시드 단어를 사용하여 작동하지만 선택적으로 비밀번호로 암호화할 수 있습니다.",
|
"hot_wallet_warning": "Mutiny는 ”핫 월렛”이므로 시드 단어를 사용하여 작동하지만 선택적으로 비밀번호로 암호화할 수 있습니다.",
|
||||||
"password_tip": "이렇게 하면 다른 사람이 브라우저에 접근하더라도 자금에 접근할 수 없습니다.",
|
"password_tip": "이렇게 하면 다른 사람이 브라우저에 접근하더라도 자금에 접근할 수 없습니다.",
|
||||||
"optional": "(선택 사항)",
|
"optional": "(선택 사항)",
|
||||||
|
|||||||
Reference in New Issue
Block a user