From a9ce92decb9f7d65fd0221baf3454ba3c61649d3 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 27 Jan 2016 21:30:35 -0800 Subject: [PATCH] Change Telegram wording --- plexpy/notifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index bb5d8947..1623cd8d 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1677,10 +1677,10 @@ class TELEGRAM(object): 'description': 'Your Telegram bot token. Contact @BotFather on Telegram to get one.', 'input_type': 'text' }, - {'label': 'Telegram Chat ID', + {'label': 'Telegram Chat ID, Group ID, or Channel Username', 'value': self.chat_id, 'name': 'telegram_chat_id', - 'description': 'Your Telegram Chat ID, Group ID, or channel username. Contact @myidbot on Telegram to get an ID.', + 'description': 'Your Telegram Chat ID, Group ID, or @channelusername. Contact @myidbot on Telegram to get an ID.', 'input_type': 'text' } ]