From 41348692ddfc84747bb7a477c1077e3537eb5b1f Mon Sep 17 00:00:00 2001 From: Matt Hillsdon <44397098+microbit-matt-hillsdon@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:58:53 +0000 Subject: [PATCH] Tweak after discussion with Lynn (#498) --- lang/ui.en.json | 4 ++-- src/messages/ui.en.json | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lang/ui.en.json b/lang/ui.en.json index 6007ba9b4..bc4caa821 100644 --- a/lang/ui.en.json +++ b/lang/ui.en.json @@ -732,7 +732,7 @@ "description": "Home page section heading" }, "homepage-projects-more": { - "defaultMessage": "Find out more about micro:bit and AI", + "defaultMessage": "Explore more content and resources about micro:bit and AI.", "description": "Link back to AI landing page" }, "homepage-step-by-step": { @@ -1595,4 +1595,4 @@ "defaultMessage": "unplug and replug the USB cable", "description": "WebUSB error dialog" } -} +} \ No newline at end of file diff --git a/src/messages/ui.en.json b/src/messages/ui.en.json index a9d2ec1e5..d732b3fc1 100644 --- a/src/messages/ui.en.json +++ b/src/messages/ui.en.json @@ -1232,15 +1232,23 @@ } ], "homepage-projects-more": [ + { + "type": 0, + "value": "Explore more " + }, { "children": [ { "type": 0, - "value": "Find out more about micro:bit and AI" + "value": "content and resources about micro:bit and AI" } ], "type": 8, "value": "link" + }, + { + "type": 0, + "value": "." } ], "homepage-step-by-step": [