mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
Fix typo in ShowSearchHelpText
This commit is contained in:
parent
dc8773cf79
commit
f13d5c5a14
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue