diff --git a/loader.js b/loader.js index 3134eeff7..1e4dbd9b9 100644 --- a/loader.js +++ b/loader.js @@ -31,6 +31,6 @@ function onFoundDeviceInfo(deviceId, deviceVersion) { Const.MESSAGE_RELOAD = 'Hold BTN3\nto reload'; } if (deviceId == "BANGLEJS2") { - Const.MESSAGE_RELOAD = 'Hold Button\nto reload'; + Const.MESSAGE_RELOAD = 'Hold button\nto reload'; } }