Skip to content
Snippets Groups Projects
Commit fe24b507 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/ticket-edit-internal-note' into features_prs/develop-next

parents efd2a81b c29295d6
Branches
Tags
No related merge requests found
...@@ -154,7 +154,7 @@ if ($_POST) ...@@ -154,7 +154,7 @@ if ($_POST)
<tbody> <tbody>
<tr> <tr>
<th colspan="2"> <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> </th>
</tr> </tr>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment