mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-22 22:10:35 +00:00
Fix health link and add translations for notifications status
(cherry picked from commit cb27b05a6c046ca0a6e4998f7e7ecd6b45add1a2)
This commit is contained in:
parent
5ebab69ff5
commit
f3a048d3f5
2 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue