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

@@ -44,7 +44,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<div class="input-group mb-3 mb-md-0">
<input type="search" class="form-control" name="q" value="<?php if (isset($q)) {
echo stripslashes(nullable_htmlentities($q));
} ?>" placeholder="Search Scheduled Tickets">
} ?>" placeholder="Search Recurring Tickets">
<div class="input-group-append">
<button class="btn btn-dark"><i class="fa fa-search"></i></button>
</div>