Skip to content

Commit 4cc8664

Browse files
committed
Fix missing legend in user login
1 parent 0197e40 commit 4cc8664

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/com_users/tmpl/login/default_login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<form action="<?php echo Route::_('index.php?task=user.login'); ?>" method="post" id="com-users-login__form" class="com-users-login__form form-validate form-horizontal well">
5555

56-
<fieldset>
56+
<fieldset role="group" aria-label="<?php echo Text::_('COM_USERS_LOGIN_CREDENTIALS'); ?>">
5757
<?php echo $this->form->renderFieldset('credentials', ['class' => 'com-users-login__input']); ?>
5858

5959
<?php if (PluginHelper::isEnabled('system', 'remember')) : ?>

language/en-GB/com_users.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ COM_USERS_FIELD_RESET_PASSWORD2_LABEL="Confirm Password"
3333
COM_USERS_FRONTEND_LOGOUT_SUCCESS="You have been logged out."
3434
COM_USERS_INVALID_EMAIL="Invalid email address"
3535
COM_USERS_LBL_SELECT_INSTRUCTIONS="Please select how you would like to verify your login to this site."
36+
COM_USERS_LOGIN_CREDENTIALS="Login with user credentials"
3637
COM_USERS_LOGIN_DEFAULT_LABEL="User Login"
3738
COM_USERS_LOGIN_REGISTER="Don't have an account?"
3839
COM_USERS_LOGIN_REMEMBER_ME="Remember me"

0 commit comments

Comments
 (0)