1
0
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:
Stevie Robinson
2023-08-15 09:18:35 +02:00
committed by Mark McDowall
parent 78d4dee461
commit efca704388
7 changed files with 76 additions and 37 deletions
@@ -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