mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Fix translations for option values
This commit is contained in:
@@ -14,11 +14,11 @@ import QueryParameterOption from './QueryParameterOption';
|
||||
import styles from './QueryParameterModal.css';
|
||||
|
||||
const searchOptions = [
|
||||
{ key: 'search', value: translate('BasicSearch') },
|
||||
{ key: 'tvsearch', value: translate('TvSearch') },
|
||||
{ key: 'movie', value: translate('MovieSearch') },
|
||||
{ key: 'music', value: translate( 'AudioSearch') },
|
||||
{ key: 'book', value: translate('BookSearch') }
|
||||
{ key: 'search', value: () => translate('BasicSearch') },
|
||||
{ key: 'tvsearch', value: () => translate('TvSearch') },
|
||||
{ key: 'movie', value: () => translate('MovieSearch') },
|
||||
{ key: 'music', value: () => translate( 'AudioSearch') },
|
||||
{ key: 'book', value: () => translate('BookSearch') }
|
||||
];
|
||||
|
||||
const seriesTokens = [
|
||||
|
Reference in New Issue
Block a user