mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Display clear error message when user tries to change nickname or email address and it's not allowed
This commit is contained in:
parent
089f375743
commit
9334e342f7
3 changed files with 17 additions and 1 deletions
|
|
@ -193,6 +193,8 @@ $lang->msg_exists_phone_number = 'This phone number has already been registered.
|
|||
$lang->msg_invalid_phone_country = 'The phone number belongs to an unsupported country.';
|
||||
$lang->msg_invalid_phone_number = 'The phone number you have entered is invalid.';
|
||||
$lang->msg_exists_nick_name = 'This nickname already exists. Please try another one.';
|
||||
$lang->msg_nickname_not_changeable = 'The nickname cannot be changed.';
|
||||
$lang->msg_email_address_not_changeable = 'You cannot change your email address here. Please use the "Change Email Address" page to do so.';
|
||||
$lang->msg_signup_disabled = 'You are not able to sign up';
|
||||
$lang->msg_already_logged = 'You have already signed up.';
|
||||
$lang->msg_not_logged = 'Please log in.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue