Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/921f1702342c8ed914ddcf4f33487b09a65a541a
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 @@ class TagsModalContent extends Component {
value = { applyTags }
values = { applyTagsOptions }
helpTexts = { [
translate ( 'ApplyTagsHelpText s1 ') ,
translate ( 'ApplyTagsHelpText s2 ') ,
translate ( 'ApplyTagsHelpText s3 ') ,
translate ( 'ApplyTagsHelpText s4 ')
translate ( 'ApplyTagsHelpText HowToApplyAuthor s') ,
translate ( 'ApplyTagsHelpText Add ') ,
translate ( 'ApplyTagsHelpText Remove ') ,
translate ( 'ApplyTagsHelpText Replace ')
] }
onChange = { this . onInputChange }
/ >
@ -39,6 +39,7 @@
"ApplyChanges" : "Apply Changes" ,
"ApplyTags" : "Apply Tags" ,
"ApplyTagsHelpTextAdd" : "Add: Add the tags the existing list of tags" ,
"ApplyTagsHelpTextHowToApplyAuthors" : "How to apply tags to the selected authors" ,
"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" ,