From 071f88c9a7daffe2d0b203cfd4dd156be99d5d34 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 28 Apr 2023 19:35:21 +0200 Subject: [PATCH] change header message box sidebar --- templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}