Fixed: Add Missing Search Translates

This commit is contained in:
bakerboy448
2021-07-15 18:18:22 -05:00
committed by Qstick
parent e81d0f3e97
commit 4cbd2cd8bc
4 changed files with 13 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ import TextInput from 'Components/Form/TextInput';
import keyboardShortcuts from 'Components/keyboardShortcuts';
import SpinnerButton from 'Components/Link/SpinnerButton';
import PageContentFooter from 'Components/Page/PageContentFooter';
import translate from 'Utilities/String/translate';
import SearchFooterLabel from './SearchFooterLabel';
import styles from './SearchFooter.css';
@@ -167,7 +168,7 @@ class SearchFooter extends Component {
isDisabled={isFetching || !hasIndexers}
onPress={this.onSearchPress}
>
Search
{translate('Search')}
</SpinnerButton>
</div>
</div>