refactor: cleans up local watchlist logic and fixes translation extractions

This commit is contained in:
fallenbagel
2023-11-08 01:04:20 +05:00
parent 3cb9494e62
commit 67bde68596
12 changed files with 68 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ const messages = defineMessages({
toastWebPushTestSuccess: 'Web push test notification sent!',
toastWebPushTestFailed: 'Web push test notification failed to send.',
httpsRequirement:
'In order to receive web push notifications, Overseerr must be served over HTTPS.',
'In order to receive web push notifications, Jellyseerr must be served over HTTPS.',
});
const NotificationsWebPush = () => {