diff --git a/logic/show_raid_poll.php b/logic/show_raid_poll.php index 0e3411e5..385472a3 100644 --- a/logic/show_raid_poll.php +++ b/logic/show_raid_poll.php @@ -324,7 +324,7 @@ function show_raid_poll($raid, $inline = false) } // Add start raid message if($cnt_all > 0 && $config->RAID_POLL_SHOW_START_LINK) { - $msg = raid_poll_message($msg, CR . '' . str_replace('START_CODE', '' . getTranslation('telegram_bot_start') . '', getPublicTranslation('start_raid')) . '' . SP . '' . getPublicTranslation('start_raid_info') . '' . CR); + $msg = raid_poll_message($msg, CR . '' . str_replace('START_CODE', '' . getPublicTranslation('telegram_bot_start') . '', getPublicTranslation('start_raid')) . '' . SP . '' . getPublicTranslation('start_raid_info') . '' . CR); } // Add hint for late attendances. if($config->RAID_LATE_MSG && $cnt_latewait > 0) {