diff --git a/templates/index.html.tera b/templates/index.html.tera index a97e705..f5f281d 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -97,7 +97,7 @@ {# --- START List Coxes --- #} {% if planned_event.planned_amount_cox > 0 %} {% if amount_cox_missing > 0 %} - {{ macros::box(participants=planned_event.cox, empty_seats=planned_event.planned_amount_cox - amount_cur_cox, header='Benötigte Steuerleute:', text='Keine Steuerleute angemeldet') }} + {{ macros::box(participants=planned_event.cox, empty_seats=planned_event.planned_amount_cox - amount_cur_cox, header='Noch benötigte Steuerleute:', text='Keine Steuerleute angemeldet') }} {% else %} {{ macros::box(participants=planned_event.cox, empty_seats="", header='Genügend Steuerleute haben sich angemeldet :-)', text='Keine Steuerleute angemeldet') }} {% endif %}