X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7e6c49558e06e7b1018d1cb82dbe9da1b92ad4f4..cf75f3aba45829a2bf7a0e469f3de9335d481d89:/Resources/views/user/index.html.twig?ds=sidebyside diff --git a/Resources/views/user/index.html.twig b/Resources/views/user/index.html.twig index bdcbfbd..58417a7 100644 --- a/Resources/views/user/index.html.twig +++ b/Resources/views/user/index.html.twig @@ -13,7 +13,7 @@ <h3>{{ group }}</h3> <ul> {% for id, user in users %} - <li><a href="{{ path('rapsys_air_user_view', {'id': id}) }}">{{ user.pseudonym }}</a><a href="{{ path('rapsys_user_edit', {'mail': user.mail|short, 'hash': user.mail|short|hash}) }}">{% trans %}Edit{% endtrans %}</a></li> + <li><a href="{{ path('rapsys_air_user_view', {'id': id}) }}">{{ user.pseudonym }}</a><a href="{{ path('rapsys_user_edit', {'mail': user.mail|short, 'hash': user.mail|short|hash}) }}">{% trans %}Modify{% endtrans %}</a></li> {% endfor %} </article> {% endfor %}