Skip to content

Commit

Permalink
[4.0] User profile text (#25699)
Browse files Browse the repository at this point in the history
When viewing a user profile on the frontend you see the text
"No information entered" on any of the basic settings that have not been changed

Far better to say "Website default" as at least that way there is no confusion to the user. In the form they "selected" the -use default - option so to their understanding they have made a selection
  • Loading branch information
brianteeman authored and wilsonge committed Jul 24, 2019
1 parent 349654f commit 838fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.com_users.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ COM_USERS_PROFILE_TWOFACTOR_LABEL="Authentication Method"
COM_USERS_PROFILE_TWOFACTOR_DESC="Which two factor authentication method you want to activate on the user account."
COM_USERS_PROFILE_USERNAME_LABEL="Username"
COM_USERS_PROFILE_USERNAME_MESSAGE="The username you entered is not available. Please pick another username."
COM_USERS_PROFILE_VALUE_NOT_FOUND="No Information Entered"
COM_USERS_PROFILE_VALUE_NOT_FOUND="Website default"
COM_USERS_REGISTER_EMAIL1_LABEL="Email Address"
; The following string is deprecated and will be removed with 4.0
COM_USERS_REGISTER_EMAIL1_MESSAGE="The email address you entered is already in use or invalid. Please enter another email address."
Expand Down

0 comments on commit 838fc48

Please sign in to comment.