Skip to content

Commit

Permalink
Change password renamed to security
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio authored and futurepaul committed Mar 26, 2024
1 parent d135c0d commit 8e1d07a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion e2e/encrypt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
Expand Down
2 changes: 1 addition & 1 deletion public/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion public/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions public/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
}
},
"encrypt": {
"header": "시드 단어 암호화",
"header": "보안",
"hot_wallet_warning": "Mutiny는 ”핫 월렛”이므로 시드 단어를 사용하여 작동하지만 선택적으로 비밀번호로 암호화할 수 있습니다.",
"password_tip": "이렇게 하면 다른 사람이 브라우저에 접근하더라도 자금에 접근할 수 없습니다.",
"optional": "(선택 사항)",
Expand Down Expand Up @@ -465,4 +465,4 @@
"send_bitcoin": "비트코인 전송",
"continue": "계속하기",
"keep_mutiny_open": "결제를 완료하기 위해 Mutiny를 열어두세요."
}
}

0 comments on commit 8e1d07a

Please sign in to comment.