Skip to content

Commit

Permalink
fix(form): rename form answer properties tab
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 10, 2023
1 parent 70d18c6 commit a339517
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 @@ -563,7 +563,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) {
$item->countTargets()
),
2 => __('Preview'),
3 => PluginFormcreatorFormAnswer::getTypeName(1) . ' ' .__('properties', 'formcreator'),
3 => __('Form answer properties', 'formcreator'),
];
}
if ($item->getType() == Central::class) {
Expand Down

0 comments on commit a339517

Please sign in to comment.