summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJonathan <jonfritz@gmail.com>2018-02-12 09:16:17 -0500
committerGitHub <noreply@github.com>2018-02-12 09:16:17 -0500
commit9707ac3aaf2cb4352c573aadf54b8535e237dd9e (patch)
tree9f8986f88f8e2fb51135fb5ca918651d087709f9 /i18n
parentc1b6e8792c9f91c66c35737438c20757ef43066f (diff)
downloadchat-9707ac3aaf2cb4352c573aadf54b8535e237dd9e.tar.gz
chat-9707ac3aaf2cb4352c573aadf54b8535e237dd9e.tar.bz2
chat-9707ac3aaf2cb4352c573aadf54b8535e237dd9e.zip
Added invite_id field to email invite url, along with validation of this field on the server (#8235)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 4 insertions, 12 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d983e8855..4365a44fb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2203,10 +2203,6 @@
"translation": "The signup link has expired"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "The signup link does not appear to be valid"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "This URL is unavailable. Please try another."
},
@@ -2707,6 +2703,10 @@
"translation": "The signup link has expired"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "The signup link does not appear to be valid"
+ },
+ {
"id": "api.user.create_user.signup_link_invalid.app_error",
"translation": "The signup link does not appear to be valid"
},
@@ -7295,10 +7295,6 @@
"translation": "Signup"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "The signup link does not appear to be valid"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "The signup link has expired"
},
@@ -7315,10 +7311,6 @@
"translation": "The signup link has expired"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "The signup link does not appear to be valid"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "The team type doesn't allow open invites"
},