Skip to content

Commit 4fa9f8a

Browse files
author
Kristan Kenney
committed
Merge branch 'main' into feature/user-roles
2 parents 50c23dd + fba26b4 commit 4fa9f8a

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)