diff --git a/package.json b/package.json index 1d557bde..cc4beb94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Bazecor", "productName": "Bazecor", - "version": "1.5.1", + "version": "1.5.2", "description": "Bazecor desktop app", "private": true, "repository": { diff --git a/src/renderer/i18n/en.ts b/src/renderer/i18n/en.ts index 0b5d61a3..67063d5d 100644 --- a/src/renderer/i18n/en.ts +++ b/src/renderer/i18n/en.ts @@ -725,7 +725,7 @@ const English = { dialogBluetoothExperimentalTitle: "IMPORTANT", dialogBluetoothExperimentalDescription: "Bazecor over Bluetooth is still an experimental feature; it doesn't work on all computers yet, and changes might not always be saved correctly to your keyboard.", - dialogBluetoothExperimentalDisclaimer: "If you experience these issues, please connect your neuron via USB to your computer.", + dialogBluetoothExperimentalDisclaimer: "If you experience these issues, please connect your neuron via USB to the computer.", ReOrderList: "Re-order list", }, keyboardSelect: { @@ -798,8 +798,9 @@ const English = { errorDuringProcessTitle: "Firmware update error!", errorDuringProcessDescription: "Something went wrong! Please, retry the flashing procedure. 🫠", flashCardTitle1: "Press and hold the top left key to start the firmware update.", - flashCardTitleDefy1: "Don't hold the key, just press & release to start the firmware update.", + flashCardTitleDefy1: "Tap the Top Left Key to start the firmware update.", flashCardTitle2: "Release the key when the software prompts", + flashCardTitleDefy2: "Don't hold the key, just press & release", flashCardHelp: "Why do I need to press and hold a key when updating the device firmware?", flashCardHelpDefy: "Why do I need to press a key when updating the device firmware?", flashCardHelpTooltip: diff --git a/src/renderer/modules/Firmware/FirmwareProgressStatus.tsx b/src/renderer/modules/Firmware/FirmwareProgressStatus.tsx index 4671505a..63177438 100644 --- a/src/renderer/modules/Firmware/FirmwareProgressStatus.tsx +++ b/src/renderer/modules/Firmware/FirmwareProgressStatus.tsx @@ -240,7 +240,7 @@ const FirmwareProgressStatus = (props: FirmwareProgressStatusType) => { {deviceProduct === "Raise" ? i18n.firmwareUpdate.texts.flashCardTitle2 - : i18n.firmwareUpdate.texts.progressCardTitleDefy2} + : i18n.firmwareUpdate.texts.flashCardTitleDefy2} ) : ( diff --git a/src/renderer/modules/Firmware/FirmwareUpdateProcess.tsx b/src/renderer/modules/Firmware/FirmwareUpdateProcess.tsx index c58dd66e..c6411dce 100644 --- a/src/renderer/modules/Firmware/FirmwareUpdateProcess.tsx +++ b/src/renderer/modules/Firmware/FirmwareUpdateProcess.tsx @@ -206,7 +206,7 @@ function FirmwareUpdateProcess(props: FirmwareUpdateProcessProps) { }, [nextBlock, state]); const stepsDefy = [ - { step: 1, title: i18n.firmwareUpdate.texts.flashCardTitle1, description: i18n.firmwareUpdate.texts.flashCardTitle2 }, + { step: 1, title: i18n.firmwareUpdate.texts.flashCardTitle1, description: i18n.firmwareUpdate.texts.flashCardTitleDefy2 }, { step: 2, title: i18n.firmwareUpdate.texts.progressCardStatusDefy1, diff --git a/src/renderer/modules/Settings/RFSettings.tsx b/src/renderer/modules/Settings/RFSettings.tsx index 767bc85c..0024ab95 100644 --- a/src/renderer/modules/Settings/RFSettings.tsx +++ b/src/renderer/modules/Settings/RFSettings.tsx @@ -122,7 +122,7 @@ function RFSettings(props: RFSettingsProps) {

- Consider minimize radio signal strength for power savings. + Consider reducing radio signal strength for power savings.