mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Translate Frontend InteractiveSearch
This commit is contained in:
committed by
Mark McDowall
parent
78d4dee461
commit
efca704388
@@ -139,10 +139,9 @@ function InteractiveSearch(props) {
|
||||
{
|
||||
errorMessage ?
|
||||
<Fragment>
|
||||
Search failed because its {errorMessage.charAt(0).toLowerCase() + errorMessage.slice(1)}.
|
||||
Try refreshing the series info and verify the necessary information is present before searching again
|
||||
{translate('InteractiveSearchResultsFailedErrorMessage', { message: errorMessage.charAt(0).toLowerCase() + errorMessage.slice(1) })}
|
||||
</Fragment> :
|
||||
'Unable to load results for this episode search. Try again later'
|
||||
translate('EpisodeSearchResultsLoadError')
|
||||
}
|
||||
</div> :
|
||||
null
|
||||
|
||||
Reference in New Issue
Block a user