Skip to content

Commit fba26b4

Browse files
author
Kristan Kenney
committed
Fix missing style for Generate Password button on Add User page
1 parent 691cc51 commit fba26b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/add_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</tr>
8484
<tr>
8585
<td class="vst-text input-label">
86-
<?php print _('Password');?> / <a href="javascript:randomString();" class="generate" ><?php print _('generate');?></a>
86+
<?php print _('Password');?> <a href="javascript:randomString();" title="<?php print _('generate');?>"><i class="fas fa-sync status-icon green icon-large"></i></a>
8787
</td>
8888
</tr>
8989
<tr>

0 commit comments

Comments
 (0)