diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html index c74857e..1cfaea3 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html @@ -25,14 +25,10 @@ {% elif adoption_notice.is_awaiting_action %}
-

{% translate 'Warten auf Aktivierung' %}

+

{% translate 'Wartet auf Freigabe von Moderator*innen' %}

- {% blocktranslate %} - Diese Vermittlung muss noch durch Moderator*innen aktiviert werden und taucht daher nicht auf der - Startseite auf. - Ggf. fehlen noch relevante Informationen. - {% endblocktranslate %} + {{ adoption_notice.status_description }}
{% endif %}