+
+
{{'createAccount' | i18n}}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
diff --git a/src/app/layouts/navbar.component.html b/src/app/layouts/navbar.component.html
index e202ed3e28..1cc8de8ad0 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 0000000000..0266e85122
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 942eacd007..48aa172deb 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"
}
}