Fix health link and add translations for notifications status
This commit is contained in:
parent
c281a7818a
commit
cb27b05a6c
|
@ -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':
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue