mirror of https://github.com/itflow-org/itflow
Update side_nav.php: Changed label from "Scheduled Tickets" to "Recurring Tickets"
This commit is contained in:
parent
6c247e0f58
commit
03d3b04bdb
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue