diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index 6ff5db19a..5165096bf 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -174,10 +174,10 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele }) .map((category, index) => ( )) } @@ -185,9 +185,9 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele !compact && typeof description === 'string' && description.length > 0 ?
- Summary + {t("SUMMARY")}
- {description} + {description}
: null