From 33ff2ebb69cf0abf992a2d4e0c33c2f6db85b6e3 Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 12 Dec 2023 08:58:09 -0500 Subject: [PATCH] mensaje 48 horas --- app/Http/Livewire/ShowPromociones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index 7418b50..3fca004 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -305,7 +305,7 @@ class ShowPromociones extends Component 'position' => 'center', 'timer' => '30000', 'toast' => false, - 'text' => '¿Te gustaría realizar la compra ahora y recibir tu pedido tan pronto como haya disponibilidad? anticipamos que estará disponible en un plazo máximo de 48 horas.', + 'text' => '¿Te gustaría realizar la compra ahora y recibir tu pedido tan pronto como haya disponibilidad?.', 'showConfirmButton' => true, 'onConfirmed' => 'confirmarCompra', 'showDenyButton' => false,