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

Fix typo in ShowSearchHelpText

pull/1644/head
Bogdan 2 years ago
parent dc8773cf79
commit f13d5c5a14

@ -39,7 +39,7 @@ function IndexerIndexTableOptions(props: IndexerIndexTableOptionsProps) {
type={inputTypes.CHECK}
name="showSearchAction"
value={showSearchAction}
helpText={translate('ShowSearchActionHelpText')}
helpText={translate('ShowSearchHelpText')}
onChange={onTableOptionChangeWrapper}
/>
</FormGroup>

Loading…
Cancel
Save