ferrari 1 hónapja
szülő
commit
c68839d2b8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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');
     }