From dd137e5c365f8e1eb8ed02e977ae7ffb563abebb Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Sun, 8 Nov 2015 15:44:59 -0800 Subject: [PATCH] Minor notifier text changes --- plexpy/notifiers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 86a9eb71..d2ef5e73 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1418,10 +1418,10 @@ class IFTTT(object): config_option = [{'label': 'Ifttt Maker Channel Key', 'value': self.apikey, 'name': 'ifttt_key', - 'description': 'Your Ifttt key. You can get a key from here https://ifttt.com/maker', + 'description': 'Your Ifttt key. You can get a key from here.', 'input_type': 'text' }, - {'label': 'Ifttt event', + {'label': 'Ifttt Event', 'value': self.event, 'name': 'ifttt_event', 'description': 'The Ifttt maker event to fire. The notification subject and body will be sent' @@ -1490,7 +1490,7 @@ class TELEGRAM(object): config_option = [{'label': 'Telegram Bot Token', 'value': self.bot_token, 'name': 'telegram_bot_token', - 'description': 'Your bot token. Contact @BotFather on Telegram to get one.', + 'description': 'Your Telegram bot token. Contact @BotFather on Telegram to get one.', 'input_type': 'text' }, {'label': 'Telegram Chat ID',