wiki updates

This commit is contained in:
Qstick
2021-05-12 23:11:58 -04:00
parent 9a8f2be432
commit 953b324df9
29 changed files with 44 additions and 510 deletions

View File

@@ -1,4 +1,5 @@
import { createSelector } from 'reselect';
import translate from 'Utilities/String/translate';
function createHealthCheckSelector() {
return createSelector(
@@ -11,8 +12,8 @@ function createHealthCheckSelector() {
items.push({
source: 'UI',
type: 'warning',
message: 'Could not connect to SignalR, UI won\'t update',
wikiUrl: 'https://github.com/Prowlarr/Prowlarr/wiki/Health-Checks#could-not-connect-to-signalr'
message: translate('CouldNotConnectSignalR'),
wikiUrl: 'https://wiki.servarr.com/Prowlarr_System#Could_not_connect_to_signalR'
});
}