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/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
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