Skip to content
Snippets Groups Projects
Commit 3201c03f authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #1114

Closes #1114

Merge request studip/studip!665
parent 5ba5517e
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@
<p>{{ child.attributes.payload.description }}</p>
</div>
<footer>
{{ countChildren(child) }}
{{ countChildren(child) + 1 }}
<translate
:translate-n="countChildren(child)"
:translate-n="countChildren(child) + 1"
translate-plural="Seiten"
>
Seite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment