Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging -> Master; ST food in ca at Obrok24 #273

Merged
merged 12 commits into from
Apr 23, 2024
1 change: 1 addition & 0 deletions src/Event/EventType/Obrok/EventTypeObrok.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public function getContentArbiterGuest(): ContentArbiterGuest
$ca->contingent = false;
$ca->medicaments = true;
$ca->printedHandbook = false;
$ca->food = true;
$ca->arrivalDate = true;
$ca->departureDate = true;
$ca->languages = true;
Expand Down
1 change: 1 addition & 0 deletions src/Event/EventType/Obrok/cs_obrok.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ detail:
patrolNamePlaceholder: "Jméno vaší skupiny"
language: "jednotka, se kterou na Obrok jedeš"
language-placeholder: "možnosti: SOS, SZT, Uši pro duši, Radio Tým "
foodHeader: "dietní omezení"
contingentTitle: "Pozice"
contingent:
volunteer: "💪 Dobrovolkyně nebo dobrovolník"
Expand Down
Loading