From 56837acd5f091eb4caaca7f8aa647b65b6e8d81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Sat, 9 Jul 2016 23:01:42 +0800 Subject: [PATCH 1/4] Consistency of message. Fix https://github.com/lesspass/frontend/issues/1 Ref: http://ux.stackexchange.com/questions/1080/using-sign-in-vs-using-log-in/1084#1084 https://web.archive.org/web/20130416031325/http://0xtc.com/2009/06/25/login-logout-vs-sign-in-sign-out-vs-log-in-sign-out-a-short-roundup.xhtml/ --- src/locales.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales.js b/src/locales.js index 1bfd6cb..d331a1c 100644 --- a/src/locales.js +++ b/src/locales.js @@ -132,8 +132,8 @@ locales.en.login = { registrationInvalidUserAlreadyExists: 'You already have an account. Do you want to log in?', 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 register ? Sign In', + orRegister: 'Do not have an account ? Register', LogInInfo: 'Happy to see you here again', emailAndPasswordMandatory: 'Email and password are mandatory' }; From 1a4f08e754a5045eb515c101ce549a75b7d92e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Sat, 9 Jul 2016 23:16:49 +0800 Subject: [PATCH 2/4] update Site Link: Login -> Sign In --- src/locales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales.js b/src/locales.js index d331a1c..84100c8 100644 --- a/src/locales.js +++ b/src/locales.js @@ -4,7 +4,7 @@ const locales = { }; locales.en.index = { - Login: 'Login', + Login: 'Sign In', Download: 'Download', REGISTER: 'REGISTER', title: 'Password Manager
without synchronisation', From 5e477626933bf14a13325a820ec8876db199a10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Sat, 9 Jul 2016 23:24:51 +0800 Subject: [PATCH 3/4] update welcome message --- src/locales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales.js b/src/locales.js index 84100c8..35eb250 100644 --- a/src/locales.js +++ b/src/locales.js @@ -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: 'Invalid Email or Password.
Please try again.', forgotPassword: 'help, I forgot my password', Register: 'Register (beta)', From 62033d309346849e158f7abf14480b2b880f461e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Sat, 9 Jul 2016 23:27:58 +0800 Subject: [PATCH 4/4] fix typo --- src/locales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales.js b/src/locales.js index 35eb250..7b17ace 100644 --- a/src/locales.js +++ b/src/locales.js @@ -132,7 +132,7 @@ locales.en.login = { registrationInvalidUserAlreadyExists: 'You already have an account. Do you want to log in?', registrationInvalid: 'The information you provided are invalid.', logoutMessage: 'Thanks for spending some quality time with LessPass App today.', - orLogIn: 'Already register ? 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'