From 0c33e7492ab402da37dc81b39b24c4f996a48fb6 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Mon, 9 Nov 2015 17:55:37 -0800 Subject: [PATCH] Open notifier description links in new window --- plexpy/notifiers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index d2ef5e73..2589d388 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1418,7 +1418,7 @@ 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.', + 'description': 'Your Ifttt key. You can get a key from here.', 'input_type': 'text' }, {'label': 'Ifttt Event', @@ -1490,13 +1490,13 @@ class TELEGRAM(object): config_option = [{'label': 'Telegram Bot Token', 'value': self.bot_token, 'name': 'telegram_bot_token', - 'description': 'Your Telegram 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', 'value': self.chat_id, 'name': 'telegram_chat_id', - 'description': 'Your Telegram Chat ID or Group ID. Contact @myidbot on Telegram to get an ID.', + 'description': 'Your Telegram Chat ID or Group ID. Contact @myidbot on Telegram to get an ID.', 'input_type': 'text' } ]