diff --git a/frontend/src/lib/i18n/locales/de.json b/frontend/src/lib/i18n/locales/de.json
index 15fc8a8..ffafbdd 100644
--- a/frontend/src/lib/i18n/locales/de.json
+++ b/frontend/src/lib/i18n/locales/de.json
@@ -105,7 +105,7 @@
"edit": "Bearbeiten",
"delete": "Löschen",
"public": "Öffentlich",
- "start": "Start",
+ "start": "Starten",
"connect": "Verbinden",
"pin": "PIN",
"kick": "Kicken",
@@ -142,7 +142,8 @@
"other": "andere",
"other_plural": "anderen",
"donating": "Spende",
- "find": "Finden"
+ "find": "Finden",
+ "practice": "Üben"
},
"editor": {
"time_in_seconds": "Zeit in Sekunden",
diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json
index 41e987f..3ea07f3 100644
--- a/frontend/src/lib/i18n/locales/en.json
+++ b/frontend/src/lib/i18n/locales/en.json
@@ -142,7 +142,8 @@
"other": "other",
"other_plural": "others",
"donating": "donating",
- "find": "Find"
+ "find": "Find",
+ "practice": "Practice"
},
"editor": {
"time_in_seconds": "Time in seconds",
diff --git a/frontend/src/routes/view/[quiz_id]/+page.svelte b/frontend/src/routes/view/[quiz_id]/+page.svelte
index d312e29..b4bf72b 100644
--- a/frontend/src/routes/view/[quiz_id]/+page.svelte
+++ b/frontend/src/routes/view/[quiz_id]/+page.svelte
@@ -70,7 +70,7 @@