Skip to content

Commit

Permalink
FRW-6897 Adjusted form translations, GracefulRunner composer. (#10877)
Browse files Browse the repository at this point in the history
FRW-6897 Adjusted form translations, GracefulRunner composer.
  • Loading branch information
vol4onok authored Mar 19, 2024
1 parent c44699f commit 5516f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% if form.parent is not null %}<span class="help-block">{% else %}<div class="alert alert-danger">{% endif %}
<ul class="list-unstyled">
{%- for error in errors -%}
<li><span class="glyphicon glyphicon-exclamation-sign"></span> {{ error.message | trans }}</li>
<li><span class="glyphicon glyphicon-exclamation-sign"></span> {{ error.message | trans(error.messageParameters) }}</li>
{%- endfor -%}
</ul>
{% if form.parent is not null %}</span>{% else %}</div>{% endif %}
Expand Down

0 comments on commit 5516f62

Please sign in to comment.