Some improvements

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

View File

@@ -339,7 +339,7 @@ Wenn es funktioniert hat klicken sie bitte \"Abbrechen\""
{
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! {}