diff --git a/src/components/general/Footer.svelte b/src/components/general/Footer.svelte
index dd2a28aa..33fa8eb0 100644
--- a/src/components/general/Footer.svelte
+++ b/src/components/general/Footer.svelte
@@ -32,6 +32,8 @@
target="_blank"
rel="noopener, noreferrer"
href="https://git.odit.services/lfk/frontend/src/tag/{releaseinfo}">{releaseinfo}
+ -
+ {$_('documentation')}
-
{$_('privacy')}
-
diff --git a/src/components/scans/scans.svg b/src/components/scans/scans.svg
index 13a97190..413fb351 100644
--- a/src/components/scans/scans.svg
+++ b/src/components/scans/scans.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/locales/de.json b/src/locales/de.json
index c7b01401..8209e78f 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -87,7 +87,7 @@
"csv_import__middlename": "Mittelname",
"csv_import__team": "Team",
"danger-zone": "Gefahrenzone",
- "dashboard-greeting": "Moin",
+ "dashboard-greeting": "Hallo",
"dashboard-title": "Dashboard",
"datatable": {
"search": "🔍 Suche ...",
@@ -325,7 +325,7 @@
"there-are-no-groups-yet": "Es gibt noch keine Gruppen",
"there-are-no-organizations-added-yet": "Es wurden noch keine Organisationen hinzugefügt.",
"there-are-no-runners-added-yet": "Es wurden noch keine Läufer:innen hinzugefügt.",
- "there-are-no-scans-yet": "Es gibt noch keine scans",
+ "there-are-no-scans-yet": "Es gibt noch keine Scans",
"there-are-no-teams-added-yet": "Es wurden noch keine Teams hinzugefügt.",
"there-are-no-users-added-yet": "Es wurden noch keine Benutzer hinzugefügt.",
"this-might-take-a-moment": "Das könnte einen kleinen Moment dauern",
@@ -375,5 +375,6 @@
"there-are-no-donations-yet": "Es gibt noch keine Sponsorings",
"add-your-fist-donation": "Erstelle dein erstes Sponsoring",
"you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
- "add-the-first-scanstation": "Erstelle deine erste Scannerstation."
+ "add-the-first-scanstation": "Erstelle deine erste Scannerstation.",
+ "documentation": "Dokumentation"
}
diff --git a/src/locales/en.json b/src/locales/en.json
index 87978c50..8f0ca75a 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -87,7 +87,7 @@
"csv_import__middlename": "Middlename",
"csv_import__team": "Team",
"danger-zone": "Danger zone",
- "dashboard-greeting": "hello there",
+ "dashboard-greeting": "Hello",
"dashboard-title": "Dashboard",
"datatable": {
"search": "🔍 Search...",
@@ -375,5 +375,6 @@
"there-are-no-donations-yet": "There are no donations yet",
"add-your-fist-donation": "Add your fist donation",
"you-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
- "add-the-first-scanstation": "Add your first scanstation."
+ "add-the-first-scanstation": "Add your first scanstation.",
+ "documentation": "Documentation"
}