Skip to content

Commit b6deb48

Browse files
Fix: Replace 'CfP' with 'Call for Papers' to fix translations #997 (#1352)
Co-authored-by: Mario Behling <mb@mariobehling.de>
1 parent 1b95c01 commit b6deb48

File tree

1 file changed

+4
-4
lines changed
  • app/eventyay/orga/templates/orga/cfp

1 file changed

+4
-4
lines changed

app/eventyay/orga/templates/orga/cfp/flow.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
<script defer src="{% static "orga/js/cfp_flow.js" %}"></script>
2424
{% endblock scripts %}
2525

26-
{% block extra_title %}{% translate "CfP Editor" %} :: {% endblock extra_title %}
26+
{% block extra_title %}{% translate "Call for Papers Editor" %} :: {% endblock extra_title %}
2727

2828
{% block content %}
2929
<div id="main-title" class="d-md-flex justify-content-between">
30-
<h2>{% translate "CfP Editor" %}</h2>
30+
<h2>{% translate "Call for Papers Editor" %}</h2>
3131
{% include "orga/event/component_link.html" %}
3232
</div>
3333
<p>
3434
{% blocktranslate trimmed %}
35-
This is the {{ site_name }} CfP editor. This page allows you to change the
36-
headline and information text on all of the individual CfP steps. You
35+
This is the {{ site_name }} Call for Papers editor. This page allows you to change the
36+
headline and information text on all of the individual Call for Papers steps. You
3737
can also add a custom help text to individual fields. Just click on the
3838
item you want to change!
3939
{% endblocktranslate %}

0 commit comments

Comments
 (0)