mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Invalid Translate Key call for CouldNotFindResults
This commit is contained in:
parent
ecbdd58f42
commit
5b3a09716b
@ -153,7 +153,7 @@ class AddNewMovie extends Component {
|
||||
!isFetching && !error && !items.length && !!term &&
|
||||
<div className={styles.message}>
|
||||
<div className={styles.noResults}>
|
||||
(translate('CouldNotFindResults', [term]))
|
||||
{translate('CouldNotFindResults', [term])}
|
||||
</div>
|
||||
<div>
|
||||
{translate('YouCanAlsoSearch')}
|
||||
|
Loading…
Reference in New Issue
Block a user