From ae0cb5af81769ee4e203fd8f1685d7ca033bc3a8 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Wed, 28 Jan 2026 18:32:50 +0100 Subject: [PATCH 1/2] changed website title --- FrontendV2/index.html | 2 +- admin/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FrontendV2/index.html b/FrontendV2/index.html index 7cee969..62c9c06 100644 --- a/FrontendV2/index.html +++ b/FrontendV2/index.html @@ -4,7 +4,7 @@ - frontendv2 + Ausleihsystem
diff --git a/admin/index.html b/admin/index.html index aaeae25..b07fc82 100644 --- a/admin/index.html +++ b/admin/index.html @@ -1,10 +1,10 @@ - + - Admin panel + Adminpanel
From 7221ee184327b81f0c906c2f106432150dc1f12d Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Wed, 4 Feb 2026 13:46:52 +0100 Subject: [PATCH 2/2] fixed message bug --- FrontendV2/src/utils/i18n/locales/en/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FrontendV2/src/utils/i18n/locales/en/en.json b/FrontendV2/src/utils/i18n/locales/en/en.json index 4e782cd..f652d7e 100644 --- a/FrontendV2/src/utils/i18n/locales/en/en.json +++ b/FrontendV2/src/utils/i18n/locales/en/en.json @@ -81,5 +81,10 @@ "contactPage_messageLabel": "Message", "contactPage_messagePlaceholder": "Enter your message here...", "contactPage_messageErrorText": "This field cannot be empty.", - "contact": "Contact" + "contact": "Contact", + "take": "Take", + "return": "Return", + "take-loan-success": "Loan taken successfully", + "return-loan-success": "Loan returned successfully", + "network-error": "Network error. Please contact the administrator." } \ No newline at end of file