summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-06-05 02:44:54 -0400
committerenahum <nahumhbl@gmail.com>2016-06-05 03:44:54 -0300
commit5ac9053b5acc5244f5b0e967983d174f0e3d44ce (patch)
tree3e78c41a382e1a2a2ecd2691bdec8601ee61e203 /webapp/i18n
parent919eea73b6134e6bc0277b7a29d8dc687ff52bf7 (diff)
downloadchat-5ac9053b5acc5244f5b0e967983d174f0e3d44ce.tar.gz
chat-5ac9053b5acc5244f5b0e967983d174f0e3d44ce.tar.bz2
chat-5ac9053b5acc5244f5b0e967983d174f0e3d44ce.zip
Added sign in link to the signup_user_complete page (#3248)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 5e9c50d03..4e21cc353 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1166,6 +1166,7 @@
"signup_user_completed.expired": "You've already completed the signup process for this invitation or this invitation has expired.",
"signup_user_completed.gitlab": "with GitLab",
"signup_user_completed.google": "with Google",
+ "signup_user_completed.haveAccount": "Already have an account?",
"signup_user_completed.invalid_invite": "The invite link was invalid. Please speak with your Administrator to receive an invitation.",
"signup_user_completed.lets": "Let's create your account",
"signup_user_completed.no_open_server": "This server does not allow open signups. Please speak with your Administrator to receive an invitation.",
@@ -1175,6 +1176,7 @@
"signup_user_completed.passwordLength": "Please enter at least {min} characters",
"signup_user_completed.required": "This field is required",
"signup_user_completed.reserved": "This username is reserved, please choose a new one.",
+ "signup_user_completed.signIn": "Click here to sign in.",
"signup_user_completed.userHelp": "Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'",
"signup_user_completed.usernameLength": "Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'.",
"signup_user_completed.validEmail": "Please enter a valid email address",