From f917d3d19b3bdddf28fb8dbd0dda75b7a1e43b84 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 24 Sep 2018 20:59:53 +0200 Subject: add translation strings and add test case (#9294) --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index bb71f9fcc..4fd2fa128 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4706,6 +4706,14 @@ "id": "model.user_access_token.is_valid.user_id.app_error", "translation": "Invalid user id" }, + { + "id": "model.user.is_valid.email.app_error", + "translation": "Please enter a valid email address." + }, + { + "id": "model.user.is_valid.username.app_error", + "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + }, { "id": "model.utils.decode_json.app_error", "translation": "could not decode" -- cgit v1.2.3-1-g7c22