diff --git a/src/Beamershow.svelte b/src/Beamershow.svelte
index 44b1ddf..9f971c3 100644
--- a/src/Beamershow.svelte
+++ b/src/Beamershow.svelte
@@ -146,7 +146,7 @@
- Statistiken
+ {$_("statistiken")}
diff --git a/src/locales/de.json b/src/locales/de.json
index 39e658c..0dbe135 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -30,6 +30,7 @@
"spendensumme": "Spendensumme",
"station_description": "Beschreibung der Scanstation",
"station_id": "Scanstations-ID",
+ "statistiken": "Statistiken",
"team": "Team",
"the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.",
"the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.",
diff --git a/src/locales/en.json b/src/locales/en.json
index d4fc840..4ea9883 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -30,6 +30,7 @@
"spendensumme": "Donations",
"station_description": "Station Description",
"station_id": "Scanstation ID",
+ "statistiken": "Statistics",
"team": "Team",
"the_provided_scan_station_is_disabled": "The provided scan station is disabled.",
"the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.",