Skip to content
Snippets Groups Projects
Commit 8e4d8474 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

fixed error in test, added missing translation

parent 13121792
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@
<? endforeach ?>
<? endif ?>
<? if ($receiver_date_assignment) : ?>
<? if (!empty($receiver_date_assignment)) : ?>
**Ihre Teilnahme:** <?= $receiver_date_assignment->getParticipationAsString() ?>
<? endif ?>
......@@ -22,3 +22,7 @@
- <?= $participant_string ?>
<? endforeach ?>
<? endif ?>
<? if (!empty($receiver_date_assignment)) : ?>
**Your participation:** <?= $receiver_date_assignment->getParticipationAsString() ?>
<? endif ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment