diff options
author | Ben V. Brown <[email protected]> | 2023-01-22 22:33:18 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2023-01-22 22:33:18 +1100 |
commit | d1da7e75d2bf319dc42ac26de54d3b68f767c182 (patch) | |
tree | 9dafea2d7026ad5ed6267f63f0f5df124f390708 /Translations/translations_definitions.json | |
parent | 1c8a614100c879392a3424c0c20df02d5f7f3b8d (diff) | |
download | IronOS-d1da7e75d2bf319dc42ac26de54d3b68f767c182.tar.gz IronOS-d1da7e75d2bf319dc42ac26de54d3b68f767c182.zip |
Fix missing definition for Reset message
Diffstat (limited to 'Translations/translations_definitions.json')
-rw-r--r-- | Translations/translations_definitions.json | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ -4,8 +4,12 @@ "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", |