mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Tooltips for certification and runtime on details page
This commit is contained in:
@@ -423,7 +423,7 @@ class MovieDetails extends Component {
|
|||||||
<div>
|
<div>
|
||||||
{
|
{
|
||||||
certification ?
|
certification ?
|
||||||
<span className={styles.certification}>
|
<span className={styles.certification} title={translate('Certification')}>
|
||||||
{certification}
|
{certification}
|
||||||
</span> :
|
</span> :
|
||||||
null
|
null
|
||||||
@@ -457,7 +457,7 @@ class MovieDetails extends Component {
|
|||||||
|
|
||||||
{
|
{
|
||||||
runtime ?
|
runtime ?
|
||||||
<span className={styles.runtime}>
|
<span className={styles.runtime} title={translate('Runtime')}>
|
||||||
{formatRuntime(runtime, movieRuntimeFormat)}
|
{formatRuntime(runtime, movieRuntimeFormat)}
|
||||||
</span> :
|
</span> :
|
||||||
null
|
null
|
||||||
|
|||||||
Reference in New Issue
Block a user