Fix typo in ShowSearchHelpText

This commit is contained in:
Bogdan
2023-05-03 21:24:22 +03:00
parent dc8773cf79
commit f13d5c5a14

View File

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