Skip to content

Commit b60c124

Browse files
committed
fix(form): make tab name same as title of its content
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 7ee9840 commit b60c124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public function showTargets($ID, $options = []) {
585585
echo '<table class="tab_cadre_fixe">';
586586

587587
echo '<tr>';
588-
echo '<th colspan="3">'._n('Destinations', 'Destinations', 2, 'formcreator').'</th>';
588+
echo '<th colspan="3">'._n('Target', 'Targets', 2, 'formcreator').'</th>';
589589
echo '</tr>';
590590

591591
$allTargets = $this->getTargetsFromForm();

0 commit comments

Comments
 (0)