Fix health link and add translations for notifications status

(cherry picked from commit cb27b05a6c046ca0a6e4998f7e7ecd6b45add1a2)
This commit is contained in:
Bogdan 2023-08-14 22:42:33 +03:00
parent 5ebab69ff5
commit f3a048d3f5
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -614,6 +614,8 @@
"NoneData": "No albums will be monitored",
"NoneMonitoringOptionHelpText": "Do not monitor artists or albums",
"NotDiscography": "Not Discography",
"NotificationStatusAllClientHealthCheckMessage": "All notifications are unavailable due to failures",
"NotificationStatusSingleClientHealthCheckMessage": "Notifications unavailable due to failures: {0}",
"NotificationTriggers": "Notification Triggers",
"Ok": "Ok",
"OnAlbumDelete": "On Album Delete",