diff --git a/app/Jobs/SendSmsJob.php b/app/Jobs/SendSmsJob.php index b21e5a4..29d7c68 100644 --- a/app/Jobs/SendSmsJob.php +++ b/app/Jobs/SendSmsJob.php @@ -118,10 +118,10 @@ public function handle(SmsService $sms): void if ($template && $case) { $note = ''; if ($log->status === 'sent') { - $note = sprintf('Št: %s | Telo: %s', (string) $this->to, (string) $this->content); + $note = sprintf('Tel: %s | Telo: %s', (string) $this->to, (string) $this->content); } elseif ($log->status === 'failed') { $note = sprintf( - 'Št: %s | Telo: %s | Napaka: %s', + 'Tel: %s | Telo: %s | Napaka: %s', (string) $this->to, (string) $this->content, 'SMS ni bil poslan!'