Skip to content

Commit

Permalink
Tweak after discussion with Lynn (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored Nov 14, 2024
1 parent 6dfeb6a commit 4134869
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lang/ui.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"description": "Home page section heading"
},
"homepage-projects-more": {
"defaultMessage": "<link>Find out more about micro:bit and AI</link>",
"defaultMessage": "Explore more <link>content and resources about micro:bit and AI</link>.",
"description": "Link back to AI landing page"
},
"homepage-step-by-step": {
Expand Down Expand Up @@ -1595,4 +1595,4 @@
"defaultMessage": "unplug and replug the USB cable",
"description": "WebUSB error dialog"
}
}
}
10 changes: 9 additions & 1 deletion src/messages/ui.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 4134869

Please sign in to comment.