mirror of https://github.com/lidarr/Lidarr
Fix `translate` call in AddNewItem
This commit is contained in:
parent
eb9f56e1eb
commit
49f4951e65
|
@ -167,7 +167,7 @@ class AddNewItem extends Component {
|
|||
!isFetching && !error && !items.length && !!term &&
|
||||
<div className={styles.message}>
|
||||
<div className={styles.noResults}>
|
||||
{translate('CouldntFindAnyResultsForTerm'[term])}
|
||||
{translate('CouldntFindAnyResultsForTerm', [term])}
|
||||
</div>
|
||||
<div>
|
||||
You can also search using the
|
||||
|
|
Loading…
Reference in New Issue