Language: "failsafe" => "Defaults"

This commit is contained in:
Scott Lahteine
2020-02-26 02:02:20 -06:00
parent 4250a98908
commit 6b9a17be16
33 changed files with 37 additions and 37 deletions

View File

@ -394,7 +394,7 @@ void menu_configuration() {
#endif
if (!busy)
ACTION_ITEM(MSG_RESTORE_FAILSAFE, []{
ACTION_ITEM(MSG_RESTORE_DEFAULTS, []{
settings.reset();
#if HAS_BUZZER
ui.completion_feedback();