Skip to content

Commit 47788ff

Browse files
committed
fix(docs): fix bad domain for locales
1 parent b866772 commit 47788ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/issue.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public function getSearchOptionsNew() {
381381
'table' => 'glpi_users',
382382
'field' => 'name',
383383
'linkfield' => 'validator_id',
384-
'name' => __('Form approver'),
384+
'name' => __('Form approver', 'formcreator'),
385385
'datatype' => 'dropdown',
386386
'massiveaction' => false
387387
];
@@ -400,7 +400,7 @@ public function getSearchOptionsNew() {
400400
'table' => 'glpi_users',
401401
'field' => 'name',
402402
'linkfield' => 'users_id_validate',
403-
'name' => __('Ticket approver'),
403+
'name' => __('Ticket approver', 'formcreator'),
404404
'datatype' => 'dropdown',
405405
'right' => [
406406
'0' => 'validate_request',

0 commit comments

Comments
 (0)