diff --git a/app/assets/locales/locale-en.json b/app/assets/locales/locale-en.json index c6a74fe388..a3fced38b4 100644 --- a/app/assets/locales/locale-en.json +++ b/app/assets/locales/locale-en.json @@ -33,7 +33,7 @@ "create_asset": "Create Asset", "update_asset": "Update Asset", "lock": "Log out (lock the local wallet)", - "unlock": "Log in (unlock the local wallet)", + "unlock": "Local Wallet Login", "unlock_password": "Cloud Wallet Login", "unlock_short": "Login", "help": "Help", @@ -1041,7 +1041,7 @@ "done": "Done", "verify": "I've written it down", "invalid_format": "Invalid Format", - "enter_password": "Enter Password", + "enter_password": "Password", "confirm_password": "Confirm Password", "pass_incorrect": "Incorrect password", "confirm_error": "The confirmation does not match the password", diff --git a/app/components/Wallet/WalletUnlockModal.jsx b/app/components/Wallet/WalletUnlockModal.jsx index 3d6ab6bfc7..c4a2710512 100644 --- a/app/components/Wallet/WalletUnlockModal.jsx +++ b/app/components/Wallet/WalletUnlockModal.jsx @@ -165,7 +165,7 @@ class WalletUnlockModal extends React.Component {
- +