Skip to content

Commit 62076ed

Browse files
committed
fix(locales): harmonize and fix locales
1 parent 8b1e3b8 commit 62076ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

inc/form_answer.class.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getSearchOptionsNew() {
8585
'id' => '3',
8686
'table' => 'glpi_plugin_formcreator_forms',
8787
'field' => 'name',
88-
'name' => __('Form'),
88+
'name' => __('Form', 'formcreator'),
8989
'searchtype' => 'contains',
9090
'datatype' => 'string',
9191
'massiveaction' => false
@@ -105,7 +105,7 @@ public function getSearchOptionsNew() {
105105
'id' => '5',
106106
'table' => 'glpi_users',
107107
'field' => 'name',
108-
'name' => __('Validator user'),
108+
'name' => __('Form approver', 'formcreator'),
109109
'datatype' => 'itemlink',
110110
'massiveaction' => false,
111111
'linkfield' => 'users_id_validator'
@@ -121,13 +121,13 @@ public function getSearchOptionsNew() {
121121
];
122122

123123
$tab[] = [
124-
'id' => '7',
125-
'table' => getTableForItemType('Group'),
126-
'field' => 'completename',
127-
'name' => __('Validator group', 'formcreator'),
128-
'datatype' => 'itemlink',
129-
'massiveaction' => false,
130-
'linkfield' => 'groups_id_validator',
124+
'id' => '7',
125+
'table' => getTableForItemType('Group'),
126+
'field' => 'completename',
127+
'name' => __('Form approver group', 'formcreator'),
128+
'datatype' => 'itemlink',
129+
'massiveaction' => false,
130+
'linkfield' => 'groups_id_validator',
131131
];
132132

133133
if ($display_for_form) {

0 commit comments

Comments
 (0)