Change more wording from the old scheduled tickets to recurring tickets

This commit is contained in:
johnnyq
2024-02-10 15:48:00 -05:00
parent 3b0b0c37e1
commit e177fa193a
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
<a href="client_scheduled_tickets.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_scheduled_tickets.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-calendar-check"></i>
<p>
Scheduled Tickets
Recurring Tickets
<?php
if ($num_scheduled_tickets > 0) { ?>
<span class="right badge text-light"><?php echo $num_scheduled_tickets; ?></span>