Manually add changes from !329

- Had to manually add them because part of it already existed in the repository in a different method. Portions have been rewritten since as well; which required a manual merge.
merge-requests/367/merge
Moe 2022-08-09 16:33:44 -07:00
parent 55b850c6f7
commit ae9cd98636
2 changed files with 4 additions and 2 deletions

View File

@ -776,6 +776,8 @@
"Check the Recipient ID": "Check the Recipient ID",
"AppNotEnabledText": "App Not Enabled, Enable it in your Account Settings.",
"DiscordNotEnabledText": "Discord Bot Not Enabled, Enable it in your Account Settings.",
"PushoverNotifyErrorText": "An error occurred while sending Pushover notification",
"PushoverNotEnabledText": "Pushover notifications are not enabled. Enable Pushover notifications in Account Settings.",
"Account Settings": "Account Settings",
"How to Record": "How to Record",
"Trigger Record": "Trigger Record",

View File

@ -12,8 +12,8 @@ module.exports = function (s, config, lang, getSnapshot) {
s.userLog(
{ ke: groupKey, mid: '$USER' },
{
type: lang.NotifyErrorText,
msg: lang.DiscordNotEnabledText,
type: lang.PushoverNotifyErrorText,
msg: lang.PushoverNotEnabledText,
}
);
return;