Skip to content
Snippets Groups Projects
Commit c29295d6 authored by JediKev's avatar JediKev
Browse files

issue: Ticket Edit Internal Note

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'.
parent acac3707
No related branches found
No related tags found
No related merge requests found
......@@ -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">&nbsp;<?php echo $errors['note'];?></font></em>
<em><strong><?php echo __('Internal Note');?></strong>: <?php echo __('Reason for editing the ticket (optional)');?> <font class="error">&nbsp;<?php echo $errors['note'];?></font></em>
</th>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment