1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: Show errors when adding Root Folder

This commit is contained in:
Bogdan
2023-12-31 02:07:06 +02:00
committed by GitHub
parent 0a5200766e
commit 16d60a6586
4 changed files with 43 additions and 22 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function RootFolders() {
if (!isFetching && !!error) {
return (
<Alert kind={kinds.DANGER}>{translate('UnableToLoadRootFolders')}</Alert>
<Alert kind={kinds.DANGER}>{translate('RootFoldersLoadError')}</Alert>
);
}