From a08dfa3d1149a841c2a55b97c2bb400e94770bf3 Mon Sep 17 00:00:00 2001
From: Frederic Leger <fredleger@users.noreply.github.com>
Date: Tue, 30 May 2017 04:00:24 +0200
Subject: [PATCH] Update config_notifications.mako (#3803)

* Update config_notifications.mako

Added a stupid precision on telegram notifications

* Update config_notifications.mako
---
 gui/slick/views/config_notifications.mako | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gui/slick/views/config_notifications.mako b/gui/slick/views/config_notifications.mako
index 2e54bc3cb..811db0b9e 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>
 
-- 
GitLab