From: Raphaƫl Gertz Date: Fri, 21 May 2021 00:41:06 +0000 (+0200) Subject: Fix title X-Git-Tag: 0.2.3~2 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/911a943ff7bf9855b47370a5274607e1ed7779bd Fix title --- 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) }}