From 51fdb5bdeb77ab89722b8b0eacfb391b995cd0e2 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Tue, 19 Nov 2024 13:12:55 +0000 Subject: [PATCH] Flip pairing input labels so column number is first --- lang/ui.en.json | 2 +- src/components/BluetoothPatternInput.tsx | 1 - src/messages/ui.en.json | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lang/ui.en.json b/lang/ui.en.json index eb3c664ea..331ddd4a3 100644 --- a/lang/ui.en.json +++ b/lang/ui.en.json @@ -236,7 +236,7 @@ "description": "Heading for Bluetooth pattern connection dialog" }, "connect-pattern-input-label": { - "defaultMessage": "Number of LEDs lit in column {colNum} on the micro:bit display", + "defaultMessage": "Column {colNum} - number of LEDs lit on the micro:bit display", "description": "Screenreader text for numeric pattern input" }, "connect-pattern-subtitle": { diff --git a/src/components/BluetoothPatternInput.tsx b/src/components/BluetoothPatternInput.tsx index a6c210aca..583e8382f 100644 --- a/src/components/BluetoothPatternInput.tsx +++ b/src/components/BluetoothPatternInput.tsx @@ -165,7 +165,6 @@ const PatternColumnInput = ({ diff --git a/src/messages/ui.en.json b/src/messages/ui.en.json index 2b85d1607..ff8255423 100644 --- a/src/messages/ui.en.json +++ b/src/messages/ui.en.json @@ -418,7 +418,7 @@ "connect-pattern-input-label": [ { "type": 0, - "value": "Number of LEDs lit in column " + "value": "Column " }, { "type": 1, @@ -426,7 +426,7 @@ }, { "type": 0, - "value": " on the micro:bit display" + "value": " - number of LEDs lit on the micro:bit display" } ], "connect-pattern-subtitle": [