Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed some redundant lines #1494

Merged
merged 16 commits into from
Dec 13, 2022
Merged
Prev Previous commit
Next Next commit
show correct message after factory reset_IV
  • Loading branch information
discip authored Dec 10, 2022
commit 0a9b70dc03124ab5b38aad99c5e639217bf1fa09
6 changes: 5 additions & 1 deletion Translations/translations_def.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ 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": "Confirmation message shown before confirming a settings reset."
"description": "Messasge shown after a firmware update if certain settings have been changed."
},
{
"id": "UVLOWarningString",
Expand Down