From 75b5b5470fdc1d1da30594f7cd22b61da66dc9be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?=
Date: Wed, 4 Jun 2025 18:03:04 +0200
Subject: [PATCH] Homepage to home
---
templates/bundles/TwigBundle/Exception/error.html.twig | 2 +-
templates/bundles/TwigBundle/Exception/error404.html.twig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig
index d9aa7d9..9a1cffc 100644
--- a/templates/bundles/TwigBundle/Exception/error.html.twig
+++ b/templates/bundles/TwigBundle/Exception/error.html.twig
@@ -9,5 +9,5 @@
and the content cannot be delivered at this time.
- Return to the homepage
+ Return to the homepage
{% endblock %}
diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig
index 6491a00..a25100b 100644
--- a/templates/bundles/TwigBundle/Exception/error404.html.twig
+++ b/templates/bundles/TwigBundle/Exception/error404.html.twig
@@ -9,6 +9,6 @@
It might have been moved, renamed, or never published at all.
- Return to the homepage
+ Return to the homepage
{% endblock %}