Skip to content
Snippets Groups Projects
Commit f912b36a authored by Andreas Hubel's avatar Andreas Hubel
Browse files

fix(sos_create_edit): use proper translate msgid's

parent 3ee16cd0
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
<span>{% trans "Event_publication_errors" %}</span>
<ul>
{% for field, error in publication_errors.items %}
{% with "SoS__"|add:field as field_name %}
{% with "Event__"|add:field as field_name %}
<li>{% trans field_name %}: {{ error.0 }}</li>
{% endwith %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment