Browse Source

Merge pull request #2 from BlueT/patch-1

Consistency of message. Fix #1
pull/342/head
Guillaume Vincent 8 years ago
committed by GitHub
parent
commit
7dbc5ef64d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/locales.js

+ 4
- 4
src/locales.js View File

@@ -4,7 +4,7 @@ const locales = {
};

locales.en.index = {
Login: 'Login',
Login: 'Sign In',
Download: 'Download',
REGISTER: 'REGISTER',
title: 'Password Manager<br>without synchronisation',
@@ -122,7 +122,7 @@ locales.en.login = {
PasswordPlaceholder: 'Enter your Password',
registerPasswordHelp: 'Do not use your master password here',
SignIn: 'Sign In',
welcome: 'Login successful, welcome on LessPass',
welcome: 'Signed in successfully. Welcome on LessPass',
credentialsInvalids: '<strong>Invalid Email or Password.</strong><br> Please try again.',
forgotPassword: 'help, I forgot my password',
Register: 'Register (beta)',
@@ -132,8 +132,8 @@ locales.en.login = {
registrationInvalidUserAlreadyExists: 'You already have an account. Do you want to <a href="/#!/login/"><b>log in</b></a>?',
registrationInvalid: 'The information you provided are invalid.',
logoutMessage: 'Thanks for spending some quality time with LessPass App today.',
orLogIn: 'Already register ? log in',
orRegister: 'Do not have an account ? Sign in',
orLogIn: 'Already registered ? Sign In',
orRegister: 'Do not have an account ? Register',
LogInInfo: 'Happy to see you here again',
emailAndPasswordMandatory: 'Email and password are mandatory'
};


Loading…
Cancel
Save