Some improvements

This commit is contained in:
2026-05-16 19:49:08 +02:00
parent b1869595ac
commit d029c5a347
2 changed files with 3 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ pub fn submit_ticket_component() -> Html {
{
if !room_valid {
html! {
<p class="alert error">{ "Ungültiger oder nicht erlaubter Raum (z. B. 101, K12, D5)" }</p>
<p class="alert error">{ "Ungültiger oder nicht erlaubter Raum (z. B. 101, K8, D1)" }</p>
}
} else {
html! {}