We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a820e55 commit 1d9ff65Copy full SHA for 1d9ff65
inc/form.class.php
@@ -139,7 +139,7 @@ public function getSearchOptionsNew() {
139
'id' => '8',
140
'table' => $this->getTable(),
141
'field' => 'helpdesk_home',
142
- 'name' => __('Homepage'),
+ 'name' => __('Homepage', 'formcreator'),
143
'datatype' => 'bool',
144
'searchtype' => [
145
'0' => 'equals',
@@ -165,7 +165,7 @@ public function getSearchOptionsNew() {
165
'id' => '10',
166
'table' => 'glpi_plugin_formcreator_categories',
167
'field' => 'name',
168
- 'name' => __('Form category'),
+ 'name' => __('Form category', 'formcreator'),
169
'datatype' => 'dropdown',
170
'massiveaction' => true
171
];
0 commit comments