Changd Passwords to Logins, made Licenese icon consistent

This commit is contained in:
johnnyq
2023-11-16 00:20:36 -05:00
parent 201860798a
commit 48b153613f
10 changed files with 31 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog">
<div class="modal-content bg-dark">
<div class="modal-header">
<h5 class="modal-title"><i class="fa fa-fw fa-certificate mr-2"></i>Editing license: <strong><?php echo $software_name; ?></strong></h5>
<h5 class="modal-title"><i class="fa fa-fw fa-cube mr-2"></i>Editing license: <strong><?php echo $software_name; ?></strong></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span>&times;</span>
</button>