mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Update side_nav.php: Changed label from "Scheduled Tickets" to "Recurring Tickets"
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<li class="nav-item">
|
||||
<a href="scheduled_tickets.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "scheduled_tickets.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-calendar-check"></i>
|
||||
<p>Scheduled Tickets</p>
|
||||
<p>Recurring Tickets</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user