revert meta description content nad translation (#17509)

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | -
| License         | MIT
This commit is contained in:
Damian Murawski 2024-11-24 21:19:05 +01:00 committed by GitHub
commit d6b20bd6c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -60,4 +60,3 @@ 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!'

View file

@ -13,7 +13,6 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes" name="viewport">
{% block metatags %}
<meta name="description" content="{{ 'sylius.meta_description'|trans }}"/>
{% hook '#metatags' with { _prefixes: prefixes } %}
{% endblock %}