renaming difficulty level intermediate to medium

This commit is contained in:
lila 2026-07-23 14:15:53 +02:00
parent 61fa032d6c
commit 7e02a03bda
2 changed files with 4 additions and 4 deletions

View file

@ -15,9 +15,9 @@ const LABELS: Record<string, string> = {
es: "Spanish",
noun: "Nouns",
verb: "Verbs",
easy: "Easy",
intermediate: "Intermediate",
hard: "Hard",
easy: "easy",
medium: "medium",
hard: "hard",
"3": "3 rounds",
"10": "10 rounds",
};