mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 12:42:09 +00:00
Added translation to the label
Fixed spacing
This commit is contained in:
parent
68c496ca92
commit
69d2de2ba2
1 changed files with 6 additions and 6 deletions
|
|
@ -185,7 +185,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
!compact && typeof description === 'string' && description.length > 0 ?
|
||||
<div className={styles['description-container']}>
|
||||
<div className={styles['label-container']}>
|
||||
Summary
|
||||
{t("SUMMARY")}
|
||||
</div>
|
||||
{description}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue