ferrari 1 月之前
父節點
當前提交
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');
     }