From 7a927c03e4cfe8f14d254219ec54f76c2349598e Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 10 May 2017 13:46:52 +0200 Subject: Add tests for CreateUserWithInviteId and CreateUserWithHash (#6363) --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index e43e3fdd2..9db731cdf 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2479,6 +2479,14 @@ "id": "api.user.create_user.signup_email_disabled.app_error", "translation": "User sign-up with email is disabled." }, + { + "id": "api.user.create_user.missing_invite_id.app_error", + "translation": "Missing Invite Id." + }, + { + "id": "api.user.create_user.missing_hash_or_data.app_error", + "translation": "Missing Hash or URL query data." + }, { "id": "api.user.create_user.signup_link_expired.app_error", "translation": "The signup link has expired" -- cgit v1.2.3-1-g7c22