From e1d9640f9a00a6e23d8272f790d295074a853429 Mon Sep 17 00:00:00 2001
From: Dario <dariovizz@hotmail.it>
Date: Fri, 8 Jan 2016 18:49:49 +0100
Subject: [PATCH] Update config_notifications.mako

---
 gui/slick/views/config_notifications.mako | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui/slick/views/config_notifications.mako b/gui/slick/views/config_notifications.mako
index 93c37a46e..bed9e9569 100644
--- a/gui/slick/views/config_notifications.mako
+++ b/gui/slick/views/config_notifications.mako
@@ -1445,7 +1445,7 @@
                             </div>
                             <div class="field-pair">
                                 <label for="telegram_password">
-                                    <span class="component-title">bot API token</span>
+                                    <span class="component-title">Bot API token</span>
                                     <input type="text" name="telegram_apikey" id="telegram_apikey" value="${sickbeard.TELEGRAM_APIKEY}" class="form-control input-sm input250" autocapitalize="off" />
                                 </label>
                                 <label>
@@ -1476,7 +1476,7 @@
                                 <span class="component-title">Enable</span>
                                 <span class="component-desc">
                                     <input type="checkbox" class="enabler" name="use_twitter" id="use_twitter" ${('', 'checked="checked"')[bool(sickbeard.USE_TWITTER)]}/>
-                                    <p>should SickRage post tweets on Twitter?</p>
+                                    <p>Should SickRage post tweets on Twitter?</p>
                                 </span>
                             </label>
                             <label>
-- 
GitLab