We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b866772 commit 47788ffCopy full SHA for 47788ff
inc/issue.class.php
@@ -381,7 +381,7 @@ public function getSearchOptionsNew() {
381
'table' => 'glpi_users',
382
'field' => 'name',
383
'linkfield' => 'validator_id',
384
- 'name' => __('Form approver'),
+ 'name' => __('Form approver', 'formcreator'),
385
'datatype' => 'dropdown',
386
'massiveaction' => false
387
];
@@ -400,7 +400,7 @@ public function getSearchOptionsNew() {
400
401
402
'linkfield' => 'users_id_validate',
403
- 'name' => __('Ticket approver'),
+ 'name' => __('Ticket approver', 'formcreator'),
404
405
'right' => [
406
'0' => 'validate_request',
0 commit comments