From 008f9d64a1b97b14387708adb142cf025092b777 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Tue, 8 Jul 2025 11:21:32 +0200 Subject: [PATCH] Chore(i18n): update translations --- fields/field.constant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fields/field.constant.php b/fields/field.constant.php index 7a3f1bfb..ce9f489e 100644 --- a/fields/field.constant.php +++ b/fields/field.constant.php @@ -135,7 +135,7 @@ $GO_FIELDS['manufacturers_id']['name'] = __("Manufacturer"); $GO_FIELDS['manufacturers_id']['input_type'] = 'dropdown'; -$GO_FIELDS['users_id_tech']['name'] = __("Technician in charge of the hardware"); +$GO_FIELDS['users_id_tech']['name'] = __("Technician in charge"); $GO_FIELDS['users_id_tech']['input_type'] = 'dropdown'; $GO_FIELDS['domains_id']['name'] = __("Domain"); @@ -147,6 +147,6 @@ $GO_FIELDS['contact_num']['name'] = __("Alternate username number"); $GO_FIELDS['contact_num']['input_type'] = 'text'; -$GO_FIELDS['groups_id_tech']['name'] = __("Group in charge of the hardware"); +$GO_FIELDS['groups_id_tech']['name'] = __("Group in charge"); $GO_FIELDS['groups_id_tech']['input_type'] = 'dropdown'; $GO_FIELDS['groups_id_tech']['condition'] = ['is_assign' => 1];