mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Minor notifier text changes
This commit is contained in:
parent
dea9663adf
commit
dd137e5c36
1 changed files with 3 additions and 3 deletions
|
@ -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 <a href="https://ifttt.com/maker">here</a>.',
|
||||
'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 <a href="http://telegram.me/BotFather">@BotFather</a> on Telegram to get one.',
|
||||
'description': 'Your Telegram bot token. Contact <a href="http://telegram.me/BotFather">@BotFather</a> on Telegram to get one.',
|
||||
'input_type': 'text'
|
||||
},
|
||||
{'label': 'Telegram Chat ID',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue