diff --git a/app/Http/Livewire/ShowPlanes.php b/app/Http/Livewire/ShowPlanes.php index 2367a1b..b4a232d 100755 --- a/app/Http/Livewire/ShowPlanes.php +++ b/app/Http/Livewire/ShowPlanes.php @@ -226,7 +226,7 @@ class ShowPlanes extends Component public function saveRenovar() { if ($this->fecha_inicial_renovar_old !== $this->fecha_inicial_renovar || $this->fecha_final_renovar_old !== $this->fecha_final_renovar) { - $this->alert('warning', '¿Desea también desvincular tods los usuarios de esta cuenta? ', [ + $this->alert('warning', '¿Desea también desvincular todos los usuarios de esta cuenta? ', [ 'position' => 'center', 'timer' => '60000', 'toast' => false,