From 69d2de2ba25a918e2ff19ae007866aeda66bf514 Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:56:14 +0300 Subject: [PATCH] Added translation to the label Fixed spacing --- src/common/MetaPreview/MetaPreview.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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