File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 391
391
"defaultMessage" : " Updated file {changeName}" ,
392
392
"description" : " Change made to file"
393
393
},
394
+ "visit-dot-org" : {
395
+ "defaultMessage" : " visit microbit.org (opens in a new tab)" ,
396
+ "description" : " alt text for logo link to .org"
397
+ },
394
398
"webusb-download-instead" : {
395
399
"defaultMessage" : " Download the hex file or try Chrome or Microsoft Edge." ,
396
400
"description" : " Shown from the connect action when the user's browser doesn't support WebUSB."
Original file line number Diff line number Diff line change @@ -56,7 +56,12 @@ const EditorArea = ({
56
56
target = "_blank"
57
57
rel = "noopener noreferrer"
58
58
>
59
- < Box width = "140px" fill = "brand.500" >
59
+ < Box
60
+ width = "140px"
61
+ fill = "brand.500"
62
+ role = "img"
63
+ aria-label = { intl . formatMessage ( { id : "visit-dot-org" } ) }
64
+ >
60
65
{ brand . horizontalLogo }
61
66
</ Box >
62
67
</ Link >
Original file line number Diff line number Diff line change 785
785
"value" : " changeName"
786
786
}
787
787
],
788
+ "visit-dot-org" : [
789
+ {
790
+ "type" : 0 ,
791
+ "value" : " visit microbit.org (opens in a new tab)"
792
+ }
793
+ ],
788
794
"webusb-download-instead" : [
789
795
{
790
796
"type" : 0 ,
You can’t perform that action at this time.
0 commit comments