Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Aug 17, 2023
1 parent 7704023 commit 8309ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodona/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def translate(self, message: Text, **kwargs) -> str:
},
Language.NL: {
Text.FAILED_TESTS: "{amount} test(en) gefaald.",
Text.CONFIG_ERROR: "COnfiguratiefout: {msg}.",
Text.CONFIG_ERROR: "Configuratiefout: {msg}.",
# descriptions
Text.RETURN_VALUE: "Terugkeerwaarde",
Text.MEASURED_CYCLES: "Aantal klokcycli om je code uit te voeren",
Expand Down

0 comments on commit 8309ca4

Please sign in to comment.