From 194eae003ee3e96eb3f32590cacea95f764b3002 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Wed, 3 May 2017 16:16:53 +0300 Subject: [PATCH] Signup error messages --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 69e2c03e..4a4a9e33 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1,8 +1,9 @@ { + "AuthenticationPage.emailAlreadyInUse": "An account already exists with this email address. Try logging in instead.", "AuthenticationPage.loginFailed": "The email and password you entered did not match our records. Please double-check and try again.", "AuthenticationPage.loginLinkText": "Login", "AuthenticationPage.loginPageTitle": "Login", - "AuthenticationPage.signupFailed": "Oops, could not sign up. Please try again.", + "AuthenticationPage.signupFailed": "Signup failed. Please make sure all the information you entered is correct and try again.", "AuthenticationPage.signupLinkText": "Sign up", "AuthenticationPage.signupPageTitle": "Sign up", "AuthorInfo.host": "Hosted by {authorName}",