File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/com_users/tmpl/login Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ' )) : ?>
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ COM_USERS_FIELD_RESET_PASSWORD2_LABEL="Confirm Password"
3333COM_USERS_FRONTEND_LOGOUT_SUCCESS =" You have been logged out."
3434COM_USERS_INVALID_EMAIL =" Invalid email address"
3535COM_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"
3637COM_USERS_LOGIN_DEFAULT_LABEL =" User Login"
3738COM_USERS_LOGIN_REGISTER =" Don't have an account?"
3839COM_USERS_LOGIN_REMEMBER_ME =" Remember me"
You can’t perform that action at this time.
0 commit comments