ferrari 1 개월 전
부모
커밋
c68839d2b8
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');
     }