diff --git a/client/src/modules/Notifications/components/Consents.tsx b/client/src/modules/Notifications/components/Consents.tsx index e5d3904ec8..4e92601525 100644 --- a/client/src/modules/Notifications/components/Consents.tsx +++ b/client/src/modules/Notifications/components/Consents.tsx @@ -40,17 +40,21 @@ export function Consents({ return !hasContacts ? ( - {!hasTelegram && ( - - Note: To enable telegram notifications please open the @rsschool_bot and + + Telegram notifications are sent from @rsschool_bot + + ) : ( + <> + Note: To enable Telegram notifications please open the @rsschool_bot and click the Start button to set it up - - } - type="info" - /> - )} + + ) + } + type="info" + /> {!hasDiscord && (