mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
Tweak recommended wording [skip ci]
This commit is contained in:
parent
642783d3de
commit
9be8d438e7
3 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ class DiscoverMovieOverview extends Component {
|
|||
<Icon
|
||||
name={icons.RECOMMENDED}
|
||||
size={10}
|
||||
title={translate('MovieIsRecommendFromTMDB')}
|
||||
title={translate('MovieIsRecommend')}
|
||||
/>
|
||||
</Label> :
|
||||
null
|
||||
|
|
|
@ -287,7 +287,7 @@ class DiscoverMovieRow extends Component {
|
|||
<Icon
|
||||
name={icons.RECOMMENDED}
|
||||
size={12}
|
||||
title={translate('MovieIsRecommendFromTMDB')}
|
||||
title={translate('MovieIsRecommend')}
|
||||
/> :
|
||||
null
|
||||
}
|
||||
|
|
|
@ -450,7 +450,7 @@
|
|||
"MovieIsDownloadingInterp": "Movie is downloading - {0}% {1}",
|
||||
"MovieIsMonitored": "Movie is monitored",
|
||||
"MovieIsOnImportExclusionList": "Movie is on Import Exclusion List",
|
||||
"MovieIsRecommendFromTMDB": "Movie is recommended from TMDb recommendations",
|
||||
"MovieIsRecommend": "Movie is recommended based on recent addition",
|
||||
"MovieIsUnmonitored": "Movie is unmonitored",
|
||||
"MovieNaming": "Movie Naming",
|
||||
"Movies": "Movies",
|
||||
|
|
Loading…
Reference in a new issue