renaming difficulty level intermediate to medium
This commit is contained in:
parent
61fa032d6c
commit
7e02a03bda
2 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue