From 8121e98210ada254bb146097f04c7e0345a2e206 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 12 Oct 2024 14:37:40 +0200 Subject: Another few fixes --- src/application/messages/de.msg | 6 ++++++ src/application/views/form_search.php | 2 +- src/application/views/template_end.php | 2 +- src/index.php | 6 ++++-- src/ui/house.min.css | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/application/messages/de.msg b/src/application/messages/de.msg index a81248f..4b90ecd 100644 --- a/src/application/messages/de.msg +++ b/src/application/messages/de.msg @@ -494,3 +494,9 @@ metadata({ : "Missing signature" = "Signatur nicht gegeben" + +: "Invalid or unknown action \"%action%\"" += "Ungültige oder unbekannte Aktion \"%action%\"" + +: "Enter your search query..." += "Geben Sie Ihre Suchanfrage ein..." diff --git a/src/application/views/form_search.php b/src/application/views/form_search.php index ed3752f..394a0e7 100644 --- a/src/application/views/form_search.php +++ b/src/application/views/form_search.php @@ -21,7 +21,7 @@ if (($_formError = RequestUtils::getAndClearFormError("search")) !== null) {