diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 9d51c0d7bb..8d92655259 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -124,10 +124,11 @@ $lang = array_merge($lang, array( 'CHANGE_PASSWORD' => 'Change password', 'CLICK_RETURN_FOLDER' => '%1$sReturn to your ā€œ%3$sā€ folder%2$s', 'CONFIRMATION' => 'Confirmation of registration', + 'CONFIRM_CHANGES' => 'Confirm changes', 'CONFIRM_EMAIL' => 'Confirm email address', 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your email address.', 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board administrator requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', - 'CONFIRM_PASSWORD' => 'Confirm password', + 'CONFIRM_PASSWORD' => 'Confirm new password', 'CONFIRM_PASSWORD_EXPLAIN' => 'You only need to confirm your password if you changed it above', 'COPPA_BIRTHDAY' => 'To continue with the registration procedure please tell us when you were born.', 'COPPA_COMPLIANCE' => 'COPPA compliance', @@ -263,7 +264,7 @@ $lang = array_merge($lang, array( 'NEW_EMAIL_ERROR' => 'The email addresses you entered do not match.', 'NEW_FOLDER_NAME' => 'New folder name', - 'NEW_PASSWORD' => 'Password', + 'NEW_PASSWORD' => 'New password', 'NEW_PASSWORD_ERROR' => 'The passwords you entered do not match.', 'NOTIFY_METHOD' => 'Notification method', 'NOTIFY_METHOD_BOTH' => 'Both', diff --git a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html index ba70350308..6ade4c8cba 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html +++ b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html @@ -14,31 +14,34 @@ {ERROR} - + {L_USERNAME}:
{L_USERNAME_EXPLAIN} {USERNAME} - + {L_EMAIL_ADDRESS}: {EMAIL} - + {L_CONFIRM_EMAIL}:
{L_CONFIRM_EMAIL_EXPLAIN} - - {L_CHANGE_PASSWORD}:
{L_CHANGE_PASSWORD_EXPLAIN} + + {L_NEW_PASSWORD}:
{L_CHANGE_PASSWORD_EXPLAIN} - + {L_CONFIRM_PASSWORD}:
{L_CONFIRM_PASSWORD_EXPLAIN} - + + {L_CONFIRM_CHANGES} + + {L_CURRENT_PASSWORD}:
{L_CURRENT_PASSWORD_EXPLAIN}