Skip to content

Commit 07d2792

Browse files
committed
fix(wizard): rename forms menu for simplified interface
1 parent 1707132 commit 07d2792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/common.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ public static function hookRedefineMenu($menus) {
763763
}
764764
$newMenu['seek_assistance'] = [
765765
'default' => Plugin::getWebDir('formcreator', false) . '/front/wizard.php',
766-
'title' => __('Seek assistance', 'formcreator'),
766+
'title' => PluginFormcreatorForm::getTypeName(Session::getPluralNumber()),
767767
'icon' => 'fa-fw ti ti-headset',
768768
];
769769
$newMenu[$menuKey] = $menuItem;

0 commit comments

Comments
 (0)