Skip to content

Commit c7e81cb

Browse files
committed
feat(formanswer): show item's name in web page title
1 parent c59dc72 commit c7e81cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/formanswer.form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
Html::helpHeader(__('Service catalog', 'formcreator'));
7575
} else {
7676
Html::header(
77-
__('Form Creator', 'formcreator'),
77+
$formanswer->fields['name'],
7878
'',
7979
'admin',
8080
'PluginFormcreatorForm'

0 commit comments

Comments
 (0)