Skip to content

Commit fd5b3d5

Browse files
fix(ui): display username validation (freeCodeCamp#65662)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
1 parent 9a7514d commit fd5b3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/i18n/locales/english/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"reset-editor-layout": "Reset Editor Layout",
292292
"shortcuts-explained": "Within a challenge, press ESC followed by the question mark to show a list of available shortcuts.",
293293
"username": {
294-
"contains invalid characters": "Username \"{{username}}\" contains invalid characters",
294+
"contains invalid characters": "Username \"{{username}}\" contains invalid characters. Use only alphanumeric values like 'camperbot', or 'camperbot123'.",
295295
"is too short": "Username \"{{username}}\" is too short",
296296
"is a reserved error code": "Username \"{{username}}\" is a reserved error code",
297297
"must be lowercase": "Username \"{{username}}\" must be lowercase",

0 commit comments

Comments
 (0)