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
|
||||
name={icons.SETTINGS}
|
||||
title={translate('Settings')}
|
||||
to="/settings/notifications"
|
||||
to="/settings/connect"
|
||||
/>
|
||||
);
|
||||
case 'RootFolderCheck':
|
||||
|
|
|
@ -776,6 +776,8 @@
|
|||
"NoUpdatesAreAvailable": "No updates are available",
|
||||
"None": "None",
|
||||
"NotSeasonPack": "Not Season Pack",
|
||||
"NotificationStatusAllClientHealthCheckMessage": "All notifications are unavailable due to failures",
|
||||
"NotificationStatusSingleClientHealthCheckMessage": "Notifications unavailable due to failures: {0}",
|
||||
"NotificationTriggers": "Notification Triggers",
|
||||
"NotificationTriggersHelpText": "Select which events should trigger this notification",
|
||||
"NotificationsLoadError": "Unable to load Notifications",
|
||||
|
|
Loading…
Reference in New Issue