From 6b4f223cc5794e3893ccc8ee39bb1289af5d55ce Mon Sep 17 00:00:00 2001 From: Adesojisouljay Date: Mon, 15 Jul 2024 10:57:21 +0100 Subject: [PATCH] edit text --- src/common/i18n/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/i18n/locales/en-US.json b/src/common/i18n/locales/en-US.json index 4fb1a051cb4..3b55267a9f1 100644 --- a/src/common/i18n/locales/en-US.json +++ b/src/common/i18n/locales/en-US.json @@ -176,7 +176,7 @@ "username-min-length-error": "Length of username should be at least 3 characters", "username-max-length-error": "Length of username should not be more than 16 characters", "username-no-ascii-first-letter-error": "First character should be a Letter", - "username-contains-symbols-error": "Should not contain spaces, should contain Letters, Numbers, Hyphen only", + "username-contains-symbols-error": "Should not contain spaces, can contain Letters, Numbers, Hyphen only", "username-contains-double-hyphens": "Should not contain double Hyphens", "username-exists": "This username already registered. Please, try another one", "username-starts-number": "Should not start with Numbers",