Skip to content

Commit c0b0ef2

Browse files
authored
clarify that username is public
1 parent 14e0fb5 commit c0b0ef2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • app/web/features/auth/locales

app/web/features/auth/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"header": "Your account details",
7070
"username": {
7171
"field_label": "Username",
72-
"helper_text": "This is your unique login ID, not your display name.",
72+
"helper_text": "This is your public username, not your profile name.",
7373
"required_error": "Enter your username",
7474
"username_taken_error": "This username is taken.",
7575
"validation_error": "Username can only have numbers or _, and should start with a letter."
@@ -107,6 +107,7 @@
107107
"basic_form": {
108108
"name": {
109109
"field_label": "Name",
110+
"helper_text": "This is your profile name.",
110111
"required_error": "This field can't be empty",
111112
"invalid_characters_error": "Name can only contain letters, spaces, hyphens, and apostrophes",
112113
"min_length_error": "Name must be at least 2 characters",

0 commit comments

Comments
 (0)