diff --git a/data/interfaces/default/welcome.html b/data/interfaces/default/welcome.html
index e67deb49..39fc19b4 100644
--- a/data/interfaces/default/welcome.html
+++ b/data/interfaces/default/welcome.html
@@ -12,6 +12,7 @@
+
diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py
index d871e679..4d7c9735 100644
--- a/plexpy/notifiers.py
+++ b/plexpy/notifiers.py
@@ -2004,7 +2004,8 @@ class IFTTT(Notifier):
'value': self.config['key'],
'name': 'ifttt_key',
'description': 'Your IFTTT webhook key. You can get a key from'
- ' here.',
+ ' here.',
'input_type': 'token'
},
{'label': 'IFTTT Event',
@@ -3893,7 +3894,7 @@ class TAUTULLIREMOTEAPP(Notifier):
'Instructions can be found in the '
'FAQ.' ,
+ % (plexpy.CONFIG.GIT_USER, plexpy.CONFIG.GIT_REPO)) + '" target="_blank" rel="noreferrer">FAQ.' ,
'input_type': 'help'
})
else:
@@ -3905,10 +3906,10 @@ class TAUTULLIREMOTEAPP(Notifier):
})
config_option[-1]['description'] += ('
Notifications are sent using '
- ''
+ ''
'OneSignal. Some user data is collected and cannot be encrypted. '
'Please read the '
+ 'https://onesignal.com/privacy_policy') + '" target="_blank" rel="noreferrer">'
'OneSignal Privacy Policy for more details.')
devices = self.get_devices()
@@ -4057,7 +4058,7 @@ class TELEGRAM(Notifier):
'name': 'telegram_bot_token',
'description': 'Your Telegram bot token. '
'Contact @BotFather'
+ '" target="_blank" rel="noreferrer">@BotFather'
' on Telegram to get one.',
'input_type': 'token'
},
@@ -4066,7 +4067,7 @@ class TELEGRAM(Notifier):
'name': 'telegram_chat_id',
'description': 'Your Telegram Chat ID, Group ID, Channel ID or @channelusername. '
'Contact @myidbot'
+ '" target="_blank" rel="noreferrer">@myidbot'
' on Telegram to get an ID. '
'For a group topic, append /topicID to the group ID.',
'input_type': 'text'