diff --git a/src/mpy/alerts/translations/en.json b/src/mpy/alerts/translations/en.json index ef6a4271..912b555f 100644 --- a/src/mpy/alerts/translations/en.json +++ b/src/mpy/alerts/translations/en.json @@ -1,6 +1,6 @@ { "compilerError": { "message": "Failed to compile MicroPython file.", - "gotoErrorButton": "Goto error" + "gotoErrorButton": "Go to error" } }