Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/dd6be390639f4b8ba8ecdedd5af988ac1f6a6c9a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
4 deletions
@ -98,10 +98,10 @@ function TagsModalContent(props: TagsModalContentProps) {
value = { applyTags }
values = { applyTagsOptions }
helpTexts = { [
translate ( 'ApplyTagsHelpText s1 ') ,
translate ( 'ApplyTagsHelpText s2 ') ,
translate ( 'ApplyTagsHelpText s3 ') ,
translate ( 'ApplyTagsHelpText s4 ') ,
translate ( 'ApplyTagsHelpText HowToApplyMovie s') ,
translate ( 'ApplyTagsHelpText Add ') ,
translate ( 'ApplyTagsHelpText Remove ') ,
translate ( 'ApplyTagsHelpText Replace ') ,
] }
onChange = { onApplyTagsChange }
/ >
@ -60,6 +60,7 @@
"ApplyTagsHelpTextHowToApplyDownloadClients" : "How to apply tags to the selected download clients" ,
"ApplyTagsHelpTextHowToApplyImportLists" : "How to apply tags to the selected import lists" ,
"ApplyTagsHelpTextHowToApplyIndexers" : "How to apply tags to the selected indexers" ,
"ApplyTagsHelpTextHowToApplyMovies" : "How to apply tags to the selected movies" ,
"ApplyTagsHelpTextRemove" : "Remove: Remove the entered tags" ,
"ApplyTagsHelpTextReplace" : "Replace: Replace the tags with the entered tags (enter no tags to clear all tags)" ,
"AptUpdater" : "Use apt to install the update" ,