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 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/application') 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) {
- " required autofocus> + " required autofocus placeholder="">
diff --git a/src/application/views/template_end.php b/src/application/views/template_end.php index 9633782..9207170 100644 --- a/src/application/views/template_end.php +++ b/src/application/views/template_end.php @@ -8,7 +8,7 @@ © . - Powered by mysticBB. + Powered by mysticBB v.
-- cgit v1.2.3