diff --git a/apps/frontend/src/i18n/locales/en.ts b/apps/frontend/src/i18n/locales/en.ts index 41b8c91..134eeb6 100644 --- a/apps/frontend/src/i18n/locales/en.ts +++ b/apps/frontend/src/i18n/locales/en.ts @@ -216,7 +216,6 @@ export default { useTitle: 'Use it', uninstallTitle: 'Remove it', platformsTitle: 'What gets installed', - engineLine: 'Every store here is a config file on top of an open engine — point one at your own catalog:', copy: 'Copy', desktop: { diff --git a/apps/frontend/src/i18n/locales/hu.ts b/apps/frontend/src/i18n/locales/hu.ts index 1df5e8a..c9dadc1 100644 --- a/apps/frontend/src/i18n/locales/hu.ts +++ b/apps/frontend/src/i18n/locales/hu.ts @@ -216,7 +216,6 @@ export default { useTitle: 'Használat', uninstallTitle: 'Eltávolítás', platformsTitle: 'Mi kerül fel', - engineLine: 'Minden store egy config egy nyílt motor fölött — állítsd a sajátodra:', copy: 'Másolás', desktop: { diff --git a/apps/frontend/src/page/stores/StoresIndexPage.vue b/apps/frontend/src/page/stores/StoresIndexPage.vue index 234d886..5fb14df 100644 --- a/apps/frontend/src/page/stores/StoresIndexPage.vue +++ b/apps/frontend/src/page/stores/StoresIndexPage.vue @@ -118,15 +118,6 @@ - -
- {{ t('stores.engineLine') }} - {{ e.name }} -
-