From d1da7e75d2bf319dc42ac26de54d3b68f767c182 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 22 Jan 2023 22:33:18 +1100 Subject: [PATCH] Fix missing definition for Reset message --- Translations/translations_definitions.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Translations/translations_definitions.json b/Translations/translations_definitions.json index 940f1042..0135e083 100644 --- a/Translations/translations_definitions.json +++ b/Translations/translations_definitions.json @@ -3,9 +3,13 @@ "id": "CJCCalibrationDone", "description": "Confirmation message indicating CJC calibration is complete." }, + { + "id": "ResetOKMessage", + "description": "Shown when the settings are reset to factory defaults by the user." + }, { "id": "SettingsResetMessage", - "description": "Shown when the settings are reset to factory defaults either by the user or by incompatible firmware changes." + "description": "Shown when some settings are reset to factory defaults either by by incompatible firmware changes." }, { "id": "NoAccelerometerMessage",