Skip to content

Commit

Permalink
fix(targetticket,targetchange): better title for condition edition
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Nov 27, 2020
1 parent e85c1c3 commit b4b5340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/targetchange.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function showForm($ID, $options = []) {
// -------------------------------------------------------------------------------------------
echo '<tr>';
echo '<th colspan="4">';
echo __('Condition to show the target', 'formcreator');
echo __('Condition to create the target', 'formcreator');
echo '</label>';
echo '</th>';
echo '</tr>';
Expand Down
2 changes: 1 addition & 1 deletion inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function showForm($ID, $options = []) {
// -------------------------------------------------------------------------------------------
echo '<tr>';
echo '<th colspan="4">';
echo __('Condition to show the target', 'formcreator');
echo __('Condition to create the target', 'formcreator');
echo '</label>';
echo '</th>';
echo '</tr>';
Expand Down

0 comments on commit b4b5340

Please sign in to comment.