From e2b1b149af2a83d111c5b28e024c00d8ce383237 Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Sat, 10 Dec 2022 12:16:23 +0100 Subject: [PATCH] show correct message after factory reset_V --- Translations/translations_def.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Translations/translations_def.js b/Translations/translations_def.js index b9d8cb43..c9f89af1 100644 --- a/Translations/translations_def.js +++ b/Translations/translations_def.js @@ -8,13 +8,9 @@ var def = /// "id": "CJCCalibrating", "description": "Message indicating CJC is being calibrated." }, - { - "id": "ResetOKMessage", - "description": "Confirmation message shown after a successful settings-reset." - }, { "id": "SettingsResetWarning", - "description": "Messasge shown after a firmware update if certain settings have been changed." + "description": "Warning shown before confirming a settings reset." }, { "id": "UVLOWarningString", @@ -62,9 +58,13 @@ var def = /// "id": "CJCCalibrationDone", "description": "Confirmation message indicating CJC calibration is complete." }, + { + "id": "ResetOKMessage", + "description": "Confirmation message shown after a successful settings-reset." + }, { "id": "SettingsResetMessage", - "description": "Shown when the settings are reset to factory defaults either by the user or by incompatible firmware changes." + "description": "Shown after a firmware update when certain settings have been reset to factory defaults due to incompatible firmware changes." }, { "id": "NoAccelerometerMessage",