string fix to one quote

This commit is contained in:
kKaskak 2023-09-06 14:09:38 +03:00
parent 6405dd5c95
commit b661146a69

View file

@ -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>