Skip to content

Commit

Permalink
feat(formanswer): show item's name in web page title
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 3, 2023
1 parent c59dc72 commit c7e81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/formanswer.form.php
Expand Up @@ -74,7 +74,7 @@
Html::helpHeader(__('Service catalog', 'formcreator'));
} else {
Html::header(
__('Form Creator', 'formcreator'),
$formanswer->fields['name'],
'',
'admin',
'PluginFormcreatorForm'
Expand Down

0 comments on commit c7e81cb

Please sign in to comment.