This commit is contained in:
Lizandro Guarnizo
2026-02-04 20:46:05 -05:00
parent 302ebb9abd
commit 202594812d
6 changed files with 31 additions and 14 deletions
@@ -12,7 +12,7 @@ class CreatePrensilla extends CreateRecord
protected function mutateFormDataBeforeCreate(array $data): array
{
$data['fecha_envio'] = now();
$data['tipo'] = 'Prensilla';
$data['tipo'] = 'Presilla';
return $data;
}
@@ -14,7 +14,7 @@ class ListPrensillas extends ListRecords
{
return [
Actions\CreateAction::make()
->label('Crear Prensilla'),
->label('Crear Presilla'),
];
}
}