Skip to content

Commit a339517

Browse files
committed
fix(form): rename form answer properties tab
1 parent 70d18c6 commit a339517

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
@@ -563,7 +563,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) {
563563
$item->countTargets()
564564
),
565565
2 => __('Preview'),
566-
3 => PluginFormcreatorFormAnswer::getTypeName(1) . ' ' .__('properties', 'formcreator'),
566+
3 => __('Form answer properties', 'formcreator'),
567567
];
568568
}
569569
if ($item->getType() == Central::class) {

0 commit comments

Comments
 (0)