Add Discover Recommended tooltip (#5318)

This commit is contained in:
bakerboy448 2020-11-12 20:22:38 -06:00 committed by GitHub
parent f5a46b14ac
commit f6c630ee9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -165,7 +165,7 @@ class DiscoverMovieOverview extends Component {
className={styles.exclusionIcon}
name={icons.DANGER}
size={30}
title='Movie is on Import Exclusion List'
title={translate('MovieAlreadyExcluded')}
/>
}
</Link>
@ -208,6 +208,7 @@ class DiscoverMovieOverview extends Component {
<Icon
name={icons.RECOMMENDED}
size={10}
title={translate('MovieIsRecommendFromTMDB')}
/>
</Label> :
null

View File

@ -287,7 +287,7 @@ class DiscoverMovieRow extends Component {
<Icon
name={icons.RECOMMENDED}
size={12}
title='Recommended'
title={translate('MovieIsRecommendFromTMDB')}
/> :
null
}

View File

@ -450,6 +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",
"MovieIsUnmonitored": "Movie is unmonitored",
"MovieNaming": "Movie Naming",
"Movies": "Movies",