Fix health link and add translations for notifications status

This commit is contained in:
Bogdan 2023-08-14 22:42:33 +03:00 committed by Qstick
parent c281a7818a
commit cb27b05a6c
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function getInternalLink(source) {
<IconButton <IconButton
name={icons.SETTINGS} name={icons.SETTINGS}
title={translate('Settings')} title={translate('Settings')}
to="/settings/notifications" to="/settings/connect"
/> />
); );
case 'RootFolderCheck': case 'RootFolderCheck':

View File

@ -776,6 +776,8 @@
"NoUpdatesAreAvailable": "No updates are available", "NoUpdatesAreAvailable": "No updates are available",
"None": "None", "None": "None",
"NotSeasonPack": "Not Season Pack", "NotSeasonPack": "Not Season Pack",
"NotificationStatusAllClientHealthCheckMessage": "All notifications are unavailable due to failures",
"NotificationStatusSingleClientHealthCheckMessage": "Notifications unavailable due to failures: {0}",
"NotificationTriggers": "Notification Triggers", "NotificationTriggers": "Notification Triggers",
"NotificationTriggersHelpText": "Select which events should trigger this notification", "NotificationTriggersHelpText": "Select which events should trigger this notification",
"NotificationsLoadError": "Unable to load Notifications", "NotificationsLoadError": "Unable to load Notifications",