diff --git a/components/com_users/forms/reset_request.xml b/components/com_users/forms/reset_request.xml index eb83464830fd2..e244d9c75e26a 100644 --- a/components/com_users/forms/reset_request.xml +++ b/components/com_users/forms/reset_request.xml @@ -1,6 +1,6 @@
-
+
form->getFieldsets() as $fieldset) : ?>
- label)) : ?> - label); ?> - + +

form->renderFieldset($fieldset->name); ?>

diff --git a/language/en-GB/com_users.ini b/language/en-GB/com_users.ini index a98953c005df3..4f24699fb1130 100644 --- a/language/en-GB/com_users.ini +++ b/language/en-GB/com_users.ini @@ -140,6 +140,7 @@ COM_USERS_RESET_REQUEST="If the email address you entered is registered on this COM_USERS_RESET_REQUEST_ERROR="Error requesting password reset." COM_USERS_RESET_REQUEST_FAILED="Reset password failed: %s" COM_USERS_RESET_REQUEST_LABEL="Please enter the email address for your account. A verification code will be sent to you. Once you have received the verification code, you will be able to choose a new password for your account." +COM_USERS_RESET_REQUEST_LEGEND="Password Reset" COM_USERS_SETTINGS_FIELDSET_LABEL="Basic Settings" COM_USERS_USER_ALLOWTOURAUTOSTART_LABEL="Allow Auto Starting Tours" COM_USERS_USER_BACKUPCODE="Backup Code"