diff --git a/src/app/accounts/hint.component.html b/src/app/accounts/hint.component.html index 74cd8e24..09094279 100644 --- a/src/app/accounts/hint.component.html +++ b/src/app/accounts/hint.component.html @@ -1,30 +1,26 @@ -
-
- -
- {{'passwordHint' | i18n}} -
-
- -
-
- -
-
-
- - + +
+
+

{{'passwordHint' | i18n}}

+
+
+

{{'enterEmailToGetHint' | i18n}}

+
+ + +
+
+
+ + + {{'cancel' | i18n}} + +
-
- +
diff --git a/src/app/accounts/login.component.html b/src/app/accounts/login.component.html index 2682c094..2c781eca 100644 --- a/src/app/accounts/login.component.html +++ b/src/app/accounts/login.component.html @@ -1,40 +1,40 @@ -
-
-

{{'loginOrCreateNewAccount' | i18n}}

-
-
-
- - -
-
-
- - + +
+ diff --git a/src/app/accounts/register.component.html b/src/app/accounts/register.component.html index db6f2ecf..b1ae508c 100644 --- a/src/app/accounts/register.component.html +++ b/src/app/accounts/register.component.html @@ -1,71 +1,52 @@ -
-
- -
- {{'createAccount' | i18n}} -
-
- -
-
- -
-
-
- - -
-
-
+ +
+
+

{{'createAccount' | i18n}}

+
+
+
+ + +
+
- +
+ + +
+ {{'masterPassDesc' | i18n}}
-
- - - -
-
-
- -
-
-
-
- -
- +
diff --git a/src/app/layouts/navbar.component.html b/src/app/layouts/navbar.component.html index e202ed3e..1cc8de8a 100644 --- a/src/app/layouts/navbar.component.html +++ b/src/app/layouts/navbar.component.html @@ -6,13 +6,13 @@ @@ -25,7 +25,7 @@ Help Get the Apps - Log Out + {{'logOut' | i18n}}
diff --git a/src/images/logo-dark@2x.png b/src/images/logo-dark@2x.png new file mode 100644 index 00000000..0266e851 Binary files /dev/null and b/src/images/logo-dark@2x.png differ diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 942eacd0..48aa172d 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -466,5 +466,71 @@ }, "no": { "message": "No" + }, + "loginOrCreateNewAccount": { + "message": "Log in or create a new account to access your secure vault." + }, + "createAccount": { + "message": "Create Account" + }, + "logIn": { + "message": "Log In" + }, + "submit": { + "message": "Submit" + }, + "masterPass": { + "message": "Master Password" + }, + "masterPassDesc": { + "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + }, + "masterPassHintDesc": { + "message": "A master password hint can help you remember your password if you forget it." + }, + "reTypeMasterPass": { + "message": "Re-type Master Password" + }, + "masterPassHint": { + "message": "Master Password Hint (optional)" + }, + "settings": { + "message": "Settings" + }, + "passwordHint": { + "message": "Password Hint" + }, + "enterEmailToGetHint": { + "message": "Enter your account email address to receive your master password hint." + }, + "getMasterPasswordHint": { + "message": "Get master password hint" + }, + "emailRequired": { + "message": "Email address is required." + }, + "invalidEmail": { + "message": "Invalid email address." + }, + "masterPassRequired": { + "message": "Master password is required." + }, + "masterPassLength": { + "message": "Master password must be at least 8 characters long." + }, + "masterPassDoesntMatch": { + "message": "Master password confirmation does not match." + }, + "newAccountCreated": { + "message": "Your new account has been created! You may now log in." + }, + "masterPassSent": { + "message": "We've sent you an email with your master password hint." + }, + "unexpectedError": { + "message": "An unexpected error has occurred." + }, + "emailAddress": { + "message": "Email Address" } }