File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 236236 "description" : " Heading for Bluetooth pattern connection dialog"
237237 },
238238 "connect-pattern-input-label" : {
239- "defaultMessage" : " Number of LEDs lit in column {colNum} on the micro:bit display" ,
239+ "defaultMessage" : " Column {colNum} - number of LEDs lit on the micro:bit display" ,
240240 "description" : " Screenreader text for numeric pattern input"
241241 },
242242 "connect-pattern-subtitle" : {
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ const PatternColumnInput = ({
165165 < FormattedMessage
166166 id = "connect-pattern-input-label"
167167 values = { { colNum : colIdx + 1 } }
168- sr-onlu
169168 />
170169 </ FormLabel >
171170 </ VisuallyHidden >
Original file line number Diff line number Diff line change 418418 "connect-pattern-input-label" : [
419419 {
420420 "type" : 0 ,
421- "value" : " Number of LEDs lit in column "
421+ "value" : " Column "
422422 },
423423 {
424424 "type" : 1 ,
425425 "value" : " colNum"
426426 },
427427 {
428428 "type" : 0 ,
429- "value" : " on the micro:bit display"
429+ "value" : " - number of LEDs lit on the micro:bit display"
430430 }
431431 ],
432432 "connect-pattern-subtitle" : [
You can’t perform that action at this time.
0 commit comments