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
parent
55b850c6f7
commit
ae9cd98636
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue