From 3caf686de62709ae8b91cbe16a4fbee981bc5c48 Mon Sep 17 00:00:00 2001 From: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:22:22 +0100 Subject: [PATCH] fix(learn): make explicit where the button is (#65557) --- client/i18n/locales/english/translations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index e9ccc7caca2..784b8ac4b2d 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -568,7 +568,7 @@ "codespaces": { "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", "step-1": "<0>Create an GitHub account if you don't have one", - "step-2": "Click the start button below", + "step-2": "Click the start button below this list", "step-3": "On that page, click the create button", "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", @@ -588,7 +588,7 @@ "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", - "step-2": "Click the start button below", + "step-2": "Click the start button below this list", "step-3": "In the modal that pops up, click the create button", "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",