mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
string fix to one quote
This commit is contained in:
parent
6405dd5c95
commit
b661146a69
1 changed files with 1 additions and 1 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']}>
|
||||
{t("SUMMARY")}
|
||||
{t('SUMMARY')}
|
||||
</div>
|
||||
{description}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue