Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/c7eaf1e85cb35f974e749e4a01eb82c6e404db0d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update translations

(cherry picked from commit 26031389757f6b5270bbe5591101b08e58debb73)

Closes 
pull/2603/head
Bogdan 2 years ago
parent 31fe15c911
commit c7eaf1e85c

@ -125,7 +125,7 @@ class RemoveQueueItemsModal extends Component {
type={inputTypes.CHECK}
name="blocklist"
value={blocklist}
helpText={translate('BlocklistHelpText')}
helpText={translate('BlocklistReleaseHelpText')}
onChange={this.onBlocklistChange}
/>
</FormGroup>

@ -64,8 +64,8 @@
"BindAddressHelpText": "Valid IP address, localhost or '*' for all interfaces",
"BindAddressHelpTextWarning": "Requires restart to take effect",
"Blocklist": "Blocklist",
"BlocklistHelpText": "Prevents Readarr from automatically grabbing these files again",
"BlocklistRelease": "Blocklist Release",
"BlocklistReleaseHelpText": "Prevents Readarr from automatically grabbing these files again",
"BlocklistReleases": "Blocklist Releases",
"Book": "Book",
"BookAvailableButMissing": "Book Available, but Missing",

Loading…
Cancel
Save