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',