From a1cafd3807ca9453de730df6a70697af28998b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Thu, 18 May 2017 15:47:39 +0200 Subject: [PATCH] Fix EZP-27365: Wrong translation domain in update_role.html.twig (#860) --- Resources/views/Role/update_role.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Role/update_role.html.twig b/Resources/views/Role/update_role.html.twig index 7030e84d5..68bc7d9ca 100644 --- a/Resources/views/Role/update_role.html.twig +++ b/Resources/views/Role/update_role.html.twig @@ -46,7 +46,7 @@ {% block notification %} {% if hasErrors|length %} -
  • {{ "form.validation_error"|trans(domain="general") }}
  • +
  • {{ "form.validation_error"|trans(domain="messages") }}
  • {% endif %} {{ parent() }} {% endblock %}