Skip to content

Commit

Permalink
fix(form): make tab name same as title of its content
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 6, 2020
1 parent 7ee9840 commit b60c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public function showTargets($ID, $options = []) {
echo '<table class="tab_cadre_fixe">';

echo '<tr>';
echo '<th colspan="3">'._n('Destinations', 'Destinations', 2, 'formcreator').'</th>';
echo '<th colspan="3">'._n('Target', 'Targets', 2, 'formcreator').'</th>';
echo '</tr>';

$allTargets = $this->getTargetsFromForm();
Expand Down

0 comments on commit b60c124

Please sign in to comment.