From b6706a0232d0e913d3a4617776a3b7e30f9a5287 Mon Sep 17 00:00:00 2001 From: HenMoshe <91905102+HenMoshe@users.noreply.github.com> Date: Mon, 28 Feb 2022 07:25:45 +0200 Subject: [PATCH] fix: added ctrl + enter to run the tests button (#45278) Co-authored-by: Shaun Hamilton --- 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 c036304f9a..ec8f50ba51 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -47,7 +47,7 @@ "cancel": "Cancel", "reset-lesson": "Reset this lesson", "run": "Run", - "run-test": "Run the Tests", + "run-test": "Run the Tests (Ctrl + Enter)", "reset": "Reset", "reset-code": "Reset All Code", "help": "Help",