Skip to content

Commit

Permalink
Fix spacing between icon and text
Browse files Browse the repository at this point in the history
Fixes #28112
  • Loading branch information
dregad committed Mar 25, 2021
1 parent bbcd5be commit 6f2a3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage_user_edit_page.php
Expand Up @@ -289,6 +289,7 @@
<div class="alert alert-info">
<?php
print_icon( 'fa-info-circle' );
echo '&nbsp;';
if( ( ON == config_get( 'send_reset_password' ) ) && ( ON == config_get( 'enable_email_notification' ) ) ) {
echo lang_get( 'reset_password_msg' );
} else {
Expand Down

0 comments on commit 6f2a3e1

Please sign in to comment.