From c3037a56e65dcfef694a37e9ec332aaf182b2dac Mon Sep 17 00:00:00 2001 From: David Lechner Date: Thu, 2 Jul 2020 20:12:04 -0500 Subject: [PATCH] Clarify city hub error message It is only the bootloader/flashing firmware that is not compatible. It can still be used with older browsers after Pybricks firmware has been flashed. --- src/sagas/flash-firmware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sagas/flash-firmware.ts b/src/sagas/flash-firmware.ts index 13f6b7ab..b4984f87 100644 --- a/src/sagas/flash-firmware.ts +++ b/src/sagas/flash-firmware.ts @@ -270,7 +270,7 @@ function* flashFirmware(action: FlashFirmwareFlashAction): Generator { yield put( notification.add( 'error', - 'City Hub is not compatible with this web browser.', + 'City Hub bootloader is not compatible with this web browser.', ), ); const disconnectAction = (yield put(