From fb797be5900d993d81604d17afc7f3ff8bfca0ae Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Tue, 9 Jan 2024 10:56:50 +0200 Subject: [PATCH] fix(client): adjust python custom error (#53061) --- client/i18n/locales/english/translations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 80ab3e87a48..21a6729a54a 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -373,7 +373,7 @@ "running-tests": "// running tests", "tests-completed": "// tests completed", "console-output": "// console output", - "syntax-error": "Your code raised a error before we could run any tests. Please fix it and try again.", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Sign in to save your progress", "download-solution": "Download my solution", "download-results": "Download my results",