mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-02-20 05:28:40 -06:00
Fix health link and add translations for notifications status
(cherry picked from commit cb27b05a6c046ca0a6e4998f7e7ecd6b45add1a2)
This commit is contained in:
@@ -44,7 +44,7 @@ function getInternalLink(source) {
|
||||
<IconButton
|
||||
name={icons.SETTINGS}
|
||||
title={translate('Settings')}
|
||||
to="/settings/notifications"
|
||||
to="/settings/connect"
|
||||
/>
|
||||
);
|
||||
case 'RootFolderCheck':
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user