diff --git a/src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_utils.scss b/src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_utils.scss index 339cbede12..79956f84af 100644 --- a/src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_utils.scss +++ b/src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_utils.scss @@ -39,8 +39,3 @@ $positions: 40px, 50px, 80px; .w-full { width: 100%; } - -// Contrast fix -.bg-success-subtle.text-success { - color: #157247 !important; -} diff --git a/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml b/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml index 9453f580e9..8cbfc7d2a0 100644 --- a/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml +++ b/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml @@ -60,3 +60,4 @@ sylius: order_history: 'Order history' personal_information: 'Personal information' top_bar: 'Sign up to our newsletter and grab -20% off' + meta_description: 'Explore the Sylius – a flexible e-commerce platform built on Symfony. Discover features to customize your online store and test its capabilities!' diff --git a/src/Sylius/Bundle/ShopBundle/templates/shared/components/main_image.html.twig b/src/Sylius/Bundle/ShopBundle/templates/shared/components/main_image.html.twig index 28b685846e..4b79b65e9d 100644 --- a/src/Sylius/Bundle/ShopBundle/templates/shared/components/main_image.html.twig +++ b/src/Sylius/Bundle/ShopBundle/templates/shared/components/main_image.html.twig @@ -6,4 +6,4 @@ {% set path = asset('build/shop/images/200x200.png', 'shop') %} {% endif %} -Product {{ product.name }} picture +{{ 'sylius.ui.product'|trans }} {{ product.name }} {{ 'sylius.ui.image'|trans }} diff --git a/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig b/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig index e23a918d81..08295b47a2 100644 --- a/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig +++ b/src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig @@ -11,9 +11,9 @@ {% block title %}{{ sylius.channel.name }}{% endblock %} - {% block metatags %} + {% hook '#metatags' with { _prefixes: prefixes } %} {% endblock %}