diff --git a/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.js b/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.js
index a1e13c534..0d627511b 100644
--- a/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.js
+++ b/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.js
@@ -111,7 +111,88 @@ function EditRootFolderModalContent(props) {
- Use Calibre
+ Monitor
+
+
+ }
+ title={translate('MonitoringOptions')}
+ body={}
+ position={tooltipPositions.RIGHT}
+ />
+
+
+
+
+
+
+
+
+ {translate('QualityProfile')}
+
+
+
+
+
+
+
+ Metadata Profile
+
+ }
+ title={translate('MetadataProfile')}
+ body={}
+ position={tooltipPositions.RIGHT}
+ />
+
+
+
+
+
+
+
+ {translate('DefaultReadarrTags')}
+
+
+
+
+
+
+
+ Use Calibre Content Server
}
title={translate('CalibreContentServer')}
- body={'Using a Calibre content server allows Readarr to add books to your Calibre library and trigger conversions between formats'}
+ body={translate('CalibreContentServerText')}
position={tooltipPositions.RIGHT}
/>
@@ -293,87 +374,6 @@ function EditRootFolderModalContent(props) {
}
-
-
- Monitor
-
-
- }
- title={translate('MonitoringOptions')}
- body={}
- position={tooltipPositions.RIGHT}
- />
-
-
-
-
-
-
-
-
- {translate('QualityProfile')}
-
-
-
-
-
-
-
- Metadata Profile
-
- }
- title={translate('MetadataProfile')}
- body={}
- position={tooltipPositions.RIGHT}
- />
-
-
-
-
-
-
-
- {translate('DefaultReadarrTags')}
-
-
-
-
-
}
diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json
index bc4171d8d..c25bd9682 100644
--- a/src/NzbDrone.Core/Localization/Core/en.json
+++ b/src/NzbDrone.Core/Localization/Core/en.json
@@ -84,7 +84,8 @@
"BypassProxyForLocalAddresses": "Bypass Proxy for Local Addresses",
"Calendar": "Calendar",
"CalendarWeekColumnHeaderHelpText": "Shown above each column when week is the active view",
- "CalibreContentServer": "Calibre content server",
+ "CalibreContentServer": "Calibre Content Server",
+ "CalibreContentServerText": "Using a Calibre Content Server (not Calibre Web) allows Readarr to add books to your Calibre library and trigger conversions between formats",
"CalibreHost": "Calibre Host",
"CalibreLibrary": "Calibre Library",
"CalibreMetadata": "Calibre Metadata",
@@ -300,7 +301,7 @@
"IndexerSettings": "Indexer Settings",
"Interval": "Interval",
"ISBN": "ISBN",
- "IsCalibreLibraryHelpText": "Use Calibre content server to manipulate library",
+ "IsCalibreLibraryHelpText": "Use Calibre Content Server to manipulate library",
"IsCutoffCutoff": "Cutoff",
"IsCutoffUpgradeUntilThisQualityIsMetOrExceeded": "Upgrade until this quality is met or exceeded",
"IsExpandedHideBooks": "Hide books",