fix(translations): hash translation

This commit is contained in:
Alexey Kasyanchuk
2018-07-29 22:16:13 +03:00
parent 1442a65c6e
commit 1cec380202
4 changed files with 7 additions and 4 deletions

View File

@ -283,7 +283,7 @@ class Search extends Component {
}
<TextField
style={{marginTop: -12}}
hintText={__('Search torrent or file')}
hintText={__('Search torrent or file') + ' ' + __('or with hash')}
floatingLabelText={__('What to search?')}
fullWidth={true}
ref='searchInput'