mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 04:22:37 +02:00
fix(notif): include year in notifications (#1439)
* fix(notif): include year in notifications * fix(lang): fix shared overwritten strings * fix: check if email agent is actually enabled when generating passwords
This commit is contained in:
@@ -18,7 +18,7 @@ const messages = defineMessages({
|
||||
webhookUrlPlaceholder: 'Server Settings → Integrations → Webhooks',
|
||||
discordsettingssaved: 'Discord notification settings saved successfully!',
|
||||
discordsettingsfailed: 'Discord notification settings failed to save.',
|
||||
testsent: 'Discord test notification sent!',
|
||||
discordtestsent: 'Discord test notification sent!',
|
||||
validationUrl: 'You must provide a valid URL',
|
||||
});
|
||||
|
||||
@@ -96,7 +96,7 @@ const NotificationsDiscord: React.FC = () => {
|
||||
},
|
||||
});
|
||||
|
||||
addToast(intl.formatMessage(messages.testsent), {
|
||||
addToast(intl.formatMessage(messages.discordtestsent), {
|
||||
appearance: 'info',
|
||||
autoDismiss: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user