mirror of
https://github.com/Radarr/Radarr
synced 2026-01-03 22:25:00 +01:00
Tooltips for certification and runtime on details page
This commit is contained in:
parent
56a7725e52
commit
f8e47fbdc7
1 changed files with 2 additions and 2 deletions
|
|
@ -423,7 +423,7 @@ class MovieDetails extends Component {
|
|||
<div>
|
||||
{
|
||||
certification ?
|
||||
<span className={styles.certification}>
|
||||
<span className={styles.certification} title={translate('Certification')}>
|
||||
{certification}
|
||||
</span> :
|
||||
null
|
||||
|
|
@ -457,7 +457,7 @@ class MovieDetails extends Component {
|
|||
|
||||
{
|
||||
runtime ?
|
||||
<span className={styles.runtime}>
|
||||
<span className={styles.runtime} title={translate('Runtime')}>
|
||||
{formatRuntime(runtime, movieRuntimeFormat)}
|
||||
</span> :
|
||||
null
|
||||
|
|
|
|||
Loading…
Reference in a new issue