diff --git a/gui/slick/views/config_notifications.mako b/gui/slick/views/config_notifications.mako index 2e54bc3cb87ae0fb549ee5025bb3616a011b873f..811db0b9edbce511604dcce13e89d3f9726f9c2b 100644 --- a/gui/slick/views/config_notifications.mako +++ b/gui/slick/views/config_notifications.mako @@ -2168,6 +2168,11 @@ <label for="telegram_id">${_('contact @myidbot on Telegram to get an ID')}</label> </div> </div> + <div class="row"> + <div class="col-md-12"> + <label>${_('Note: Don\'t forget to talk with your bot at least one time if you get a 403 error.')}</label> + </div> + </div> </div> </div>