From f7e7eee15fd97585c602cbe31aa8f611b606a77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Mon, 2 Oct 2023 15:43:00 +0100 Subject: [PATCH] fix: intervention reason field label --- .../Resources/InterventionResource/Pages/ViewIntervention.php | 2 +- lang/ro/field.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Filament/Resources/InterventionResource/Pages/ViewIntervention.php b/app/Filament/Resources/InterventionResource/Pages/ViewIntervention.php index f66b5d0f..0e034950 100644 --- a/app/Filament/Resources/InterventionResource/Pages/ViewIntervention.php +++ b/app/Filament/Resources/InterventionResource/Pages/ViewIntervention.php @@ -91,7 +91,7 @@ protected function getCaseFormSchema(): array ->columnSpan(2) ->schema([ Value::make('interventionable.name') - ->label(__('field.case_management_type')), + ->label(__('field.intervention_reason')), Value::make('interventionable.initiator') ->label(__('field.initiator')), diff --git a/lang/ro/field.php b/lang/ro/field.php index 02b4ffcb..9262b5b8 100644 --- a/lang/ro/field.php +++ b/lang/ro/field.php @@ -22,7 +22,6 @@ 'beneficiary_notes' => 'Notițe despre beneficiar', 'beneficiary_type' => 'Tip beneficiar', 'beneficiary' => 'Beneficiar', - 'case_management_type' => 'Tip management de caz', 'cat_diz_am' => 'Alte mențiuni', 'cat_diz_cdx' => 'Cod diagnostic', 'cat_diz_deb' => 'Debut',