Remove (beta) from email ticket parsing

This commit is contained in:
wrongecho
2023-04-15 19:52:47 +01:00
committed by GitHub
parent b784c48120
commit 515ea739de

View File

@@ -51,7 +51,7 @@ require_once("inc_all_settings.php"); ?>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="emailToTicketParseSwitch">
<label class="custom-control-label" for="emailToTicketParseSwitch">Email-to-ticket parsing (Beta) <small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
<label class="custom-control-label" for="emailToTicketParseSwitch">Email-to-ticket parsing<small>(cron_ticket_email_parser.php must also be added to cron and run every few mins)</small></label>
</div>
</div>