diff --git a/src/components/connection-prompt/bluetooth/SelectMicrobitDialogBluetooth.svelte b/src/components/connection-prompt/bluetooth/SelectMicrobitDialogBluetooth.svelte index d7ddc90e9..364587fa7 100644 --- a/src/components/connection-prompt/bluetooth/SelectMicrobitDialogBluetooth.svelte +++ b/src/components/connection-prompt/bluetooth/SelectMicrobitDialogBluetooth.svelte @@ -14,19 +14,23 @@
-

+

{$t('connectMB.webPopup')} -

- Instructions on how to choose microbit from web popup via bluetooth -

- {$t('connectMB.webPopup.instruction1')} -

-

- {$t('connectMB.webPopup.instruction2')} -

+

+
+ Screenshot of the browser window that will appear next.  Your connected micro:bit will be listed. Choose your micro:bit then select the Connect button. +
+

+ {$t('connectMB.webPopup.instruction.heading')}: +

+
    +
  1. {$t('connectMB.webPopup.instruction1')}
  2. +
  3. {$t('connectMB.webPopup.instruction2')}
  4. +
+
+
- - - -
-
-

- {$t('connectMB.webPopup')} -

- Instructions on how to choose microbit from web popup using serial -

- {$t('connectMB.webPopup.instruction1')} -

-

- {$t('connectMB.webPopup.instruction2')} -

-
-
- {$t('connectMB.backButton')} - {$t('connectMB.nextButton')} -
-
diff --git a/src/components/connection-prompt/usb/SelectMicrobitDialogUsb.svelte b/src/components/connection-prompt/usb/SelectMicrobitDialogUsb.svelte index 251f93af0..473278acb 100644 --- a/src/components/connection-prompt/usb/SelectMicrobitDialogUsb.svelte +++ b/src/components/connection-prompt/usb/SelectMicrobitDialogUsb.svelte @@ -26,19 +26,23 @@
-

+

{$t('connectMB.webPopup')} -

- Screenshot of the browser window that will appear next.  Your connected micro:bit will be listed. Choose your micro:bit then select the Connect button. -

- {$t('connectMB.webPopup.instruction1')} -

-

- {$t('connectMB.webPopup.instruction2')} -

+

+
+ Screenshot of the browser window that will appear next.  Your connected micro:bit will be listed. Choose your micro:bit then select the Connect button. +
+

+ {$t('connectMB.webPopup.instruction.heading')}: +

+
    +
  1. {$t('connectMB.webPopup.instruction1')}
  2. +
  3. {$t('connectMB.webPopup.instruction2')}
  4. +
+
+
@@ -71,7 +71,7 @@
- {$t('connectMB.usb.manual.done')}
diff --git a/src/messages/ui.da.json b/src/messages/ui.da.json index f5526ab64..a3968285e 100644 --- a/src/messages/ui.da.json +++ b/src/messages/ui.da.json @@ -169,6 +169,7 @@ "connectMB.connectCable.skip": "TRANSLATION_NEEDED", "connectMB.webPopup": "TRANSLATION_NEEDED", + "connectMB.webPopup.instruction.heading": "TRANSLATION_NEEDED", "connectMB.webPopup.instruction1": "TRANSLATION_NEEDED", "connectMB.webPopup.instruction2": "TRANSLATION_NEEDED", diff --git a/src/messages/ui.en.json b/src/messages/ui.en.json index f33c1a0fd..b22aeaaba 100644 --- a/src/messages/ui.en.json +++ b/src/messages/ui.en.json @@ -170,6 +170,7 @@ "connectMB.connectCable.skip": "Skip: program already downloaded?", "connectMB.webPopup": "Select micro:bit", + "connectMB.webPopup.instruction.heading": "In the next popup", "connectMB.webPopup.instruction1": "Choose your micro:bit", "connectMB.webPopup.instruction2": "Select 'Connect'",