Skip to content

Commit

Permalink
spelling: tongue
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Mar 8, 2022
1 parent f6412de commit 2558968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/curriculum/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const parseNativeLanguage: Parser = ({ categories, languages }, code) => {

return {
code,
category: categories.motherTounge,
category: categories.motherTongue,
name: languages[language] || categories.unknown,
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/curriculum/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"modernLanguagesA1": "CEFR min. A1+",
"modernLanguagesA2": "CEFR min. A2",
"modernLanguagesAlt": "Alt modern language, CEFR min. A2",
"motherTounge": "Mother tongue tuition",
"motherTongue": "Mother tongue tuition",
"unknown": "Unknown",
"misc": "Miscellaneous"
},
Expand Down

0 comments on commit 2558968

Please sign in to comment.