Skip to content

Commit

Permalink
EZP-24713: Fix translation identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Oct 22, 2015
1 parent ba5cac4 commit 7c6d06a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,3 +1,3 @@
{% do form.setRendered() %}
{{ form_label(form) }}
<em>{{ "Limitation edition for '%limitationTypeIdentifier%' is not implemented yet."|trans({"%limitationTypeIdentifier%": form.vars.data.identifier}, 'ezrepoforms_role') }}</em>
<em>{{ "role.policy.limitation.not_implemented"|trans({"%limitationTypeIdentifier%": form.vars.data.identifier}, 'ezrepoforms_role') }}</em>

0 comments on commit 7c6d06a

Please sign in to comment.