mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Customize password reset email for v2 method
This commit is contained in:
parent
c4a9da23b0
commit
2ce8b5812b
3 changed files with 17 additions and 5 deletions
|
|
@ -165,6 +165,7 @@ $lang->msg_checked_file_is_deleted = '%d attached file(s) is(are) deleted.';
|
|||
$lang->msg_find_account_title = 'Account Info';
|
||||
$lang->msg_find_account_info = 'This is requested account info.';
|
||||
$lang->msg_find_account_comment = 'Your password will be changed to the one above if you click the link below.<br />Please change the password again as soon as possible after you are able to log in.<br />Your password will remain unchanged until you click the link below.';
|
||||
$lang->msg_find_account_comment_v2 = 'Click the link below to set a new password for your account, even if you don\'t remember your current password.';
|
||||
$lang->msg_confirm_account_title = 'Rhymix Account Activation';
|
||||
$lang->title_modify_email_address = 'This letter is sent for a confirmation of the changing e-mail address.';
|
||||
$lang->msg_confirm_account_info = 'This is your account information:';
|
||||
|
|
@ -384,7 +385,6 @@ $lang->spammer_move_to_trash = 'Move to trash';
|
|||
$lang->msg_spammer_complete = 'Completed.';
|
||||
$lang->nick_name_before_changing = 'Old nickname';
|
||||
$lang->nick_name_after_changing = 'New nickname';
|
||||
|
||||
$lang->cmd_login_browser_info = 'Browser Information';
|
||||
$lang->cmd_login_device_info = 'Device Information';
|
||||
$lang->cmd_initial_registration = 'Registered';
|
||||
|
|
@ -397,3 +397,4 @@ $lang->scrap_folder_rename = 'Rename';
|
|||
$lang->scrap_folder_delete = 'Delete';
|
||||
$lang->member_unauthenticated = 'Unauthenticated';
|
||||
$lang->member_number = 'Member identification number';
|
||||
$lang->msg_change_after_click = 'Change after clicking link below';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue