Skip to content

Commit d74405f

Browse files
committed
fix contact section for error 410
1 parent a904551 commit d74405f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bundles/TwigBundle/Exception/error410.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{% block contact %}
2424
{% embed '@W3CWebsiteTemplates/components/text.html.twig' %}
2525
{% block text %}
26-
{{ 'error.faq'|trans({}, 'w3c_website_templates_bundle')|raw }}
26+
{{ 'error.410.contact'|trans({}, 'w3c_website_templates_bundle')|raw }}
2727
{% endblock %}
2828
{% endembed %}
2929
{% endblock %}

0 commit comments

Comments
 (0)