ferrari 1 месяц назад
Родитель
Сommit
eeb5574b7f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Livewire/SmsComunications.php

+ 1 - 1
app/Http/Livewire/SmsComunications.php

@@ -188,7 +188,7 @@ class SmsComunications extends Component
         });
 
         dispatch(new \App\Jobs\SendSmsMessage($this->messageId));
-        $this->success = 'Invio avviato';
+        $this->success = 'Invio avviato!';
 
         $this->dispatchBrowserEvent('scroll-top');
     }