Skip to content

Commit 5f7ebd1

Browse files
authored
Chore(i18n): update translations (#444)
1 parent 7bb79ac commit 5f7ebd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fields/field.constant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
$GO_FIELDS['manufacturers_id']['name'] = __("Manufacturer");
136136
$GO_FIELDS['manufacturers_id']['input_type'] = 'dropdown';
137137

138-
$GO_FIELDS['users_id_tech']['name'] = __("Technician in charge of the hardware");
138+
$GO_FIELDS['users_id_tech']['name'] = __("Technician in charge");
139139
$GO_FIELDS['users_id_tech']['input_type'] = 'dropdown';
140140

141141
$GO_FIELDS['domains_id']['name'] = __("Domain");
@@ -147,6 +147,6 @@
147147
$GO_FIELDS['contact_num']['name'] = __("Alternate username number");
148148
$GO_FIELDS['contact_num']['input_type'] = 'text';
149149

150-
$GO_FIELDS['groups_id_tech']['name'] = __("Group in charge of the hardware");
150+
$GO_FIELDS['groups_id_tech']['name'] = __("Group in charge");
151151
$GO_FIELDS['groups_id_tech']['input_type'] = 'dropdown';
152152
$GO_FIELDS['groups_id_tech']['condition'] = ['is_assign' => 1];

0 commit comments

Comments
 (0)