diff --git a/app/Achievements/Events/SecretSanta.php b/app/Achievements/Events/SecretSanta.php index 1f61ed5a..937c63d4 100644 --- a/app/Achievements/Events/SecretSanta.php +++ b/app/Achievements/Events/SecretSanta.php @@ -33,6 +33,6 @@ public function image(): string */ public function description(): string { - return 'Подарил радость отправив анонимный подарок коллеге 🎁'; + return 'Подарил радость отправив анонимный подарок 🎁'; } } diff --git a/resources/views/santa/index.blade.php b/resources/views/santa/index.blade.php index 9feb08f6..50058dcb 100644 --- a/resources/views/santa/index.blade.php +++ b/resources/views/santa/index.blade.php @@ -23,7 +23,7 @@ @else - Санта уже укомплектован 🎅 + Санта укомплектован 🎅 {{-- Присоединиться --}} @endif