From c29295d641c83e21185892d37bcca3b045186667 Mon Sep 17 00:00:00 2001 From: JediKev <kevin@enhancesoft.com> Date: Mon, 30 Oct 2017 13:10:13 -0500 Subject: [PATCH] issue: Ticket Edit Internal Note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This addresses issue 4028 where upon editing a ticket the Internal Note’s Instructions states that it is required in order to save the changes to the ticket. In reality this is not the case; the Internal Note is optional. So this updates the Instructions and changes the word 'required' to 'optional'. --- include/staff/ticket-edit.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/ticket-edit.inc.php b/include/staff/ticket-edit.inc.php index e15e8554d..30b386845 100644 --- a/include/staff/ticket-edit.inc.php +++ b/include/staff/ticket-edit.inc.php @@ -154,7 +154,7 @@ if ($_POST) <tbody> <tr> <th colspan="2"> - <em><strong><?php echo __('Internal Note');?></strong>: <?php echo __('Reason for editing the ticket (required)');?> <font class="error"> <?php echo $errors['note'];?></font></em> + <em><strong><?php echo __('Internal Note');?></strong>: <?php echo __('Reason for editing the ticket (optional)');?> <font class="error"> <?php echo $errors['note'];?></font></em> </th> </tr> <tr> -- GitLab