Skip to content

Commit 1d9ff65

Browse files
committed
fix(locale): bad domain for some locales
1 parent a820e55 commit 1d9ff65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/form.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function getSearchOptionsNew() {
139139
'id' => '8',
140140
'table' => $this->getTable(),
141141
'field' => 'helpdesk_home',
142-
'name' => __('Homepage'),
142+
'name' => __('Homepage', 'formcreator'),
143143
'datatype' => 'bool',
144144
'searchtype' => [
145145
'0' => 'equals',
@@ -165,7 +165,7 @@ public function getSearchOptionsNew() {
165165
'id' => '10',
166166
'table' => 'glpi_plugin_formcreator_categories',
167167
'field' => 'name',
168-
'name' => __('Form category'),
168+
'name' => __('Form category', 'formcreator'),
169169
'datatype' => 'dropdown',
170170
'massiveaction' => true
171171
];

0 commit comments

Comments
 (0)