From d0be0fa97266975f208b81c82da9207462271d0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 21 May 2021 02:41:06 +0200 Subject: [PATCH] Fix title --- Resources/views/form/_location.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/form/_location.html.twig b/Resources/views/form/_location.html.twig index 284c2e8..6d8795b 100644 --- a/Resources/views/form/_location.html.twig +++ b/Resources/views/form/_location.html.twig @@ -1,5 +1,5 @@
-

{% trans %}Modify{% endtrans %}

+

{% trans %}Add{% endtrans %}

{{ form_start(forms.location) }}
{{ form_row(forms.location.title) }} -- 2.41.0