fix(notif): escape application title in Telegram notifications (#1012)

This commit is contained in:
TheCatLady
2021-02-24 23:14:32 -05:00
committed by GitHub
parent 09b5019e95
commit 5560abf459
3 changed files with 7 additions and 6 deletions

View File

@@ -326,7 +326,7 @@
"components.Settings.Notifications.test": "Test",
"components.Settings.Notifications.testsent": "Test notification sent!",
"components.Settings.Notifications.validationBotAPIRequired": "You must provide a bot authentication token",
"components.Settings.Notifications.validationChatIdRequired": "You must provide a valid chat ID",
"components.Settings.Notifications.validationChatIdRequired": "You must provide a chat ID",
"components.Settings.Notifications.validationEmail": "You must provide a valid email address",
"components.Settings.Notifications.validationSmtpHostRequired": "You must provide an SMTP host",
"components.Settings.Notifications.validationSmtpPortRequired": "You must provide an SMTP port",