diff --git a/src/console.cpp b/src/console.cpp index 9a08fe2e6..008c19c57 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -661,7 +661,7 @@ void Console::load_system_commands(unsigned int context) { networkSettings.ssid = arguments.front().c_str(); return StateUpdateResult::CHANGED; }); - shell.println("Use `wifi reconnect` to save and apply the new settings"); + shell.println("Use `wifi reconnect` to apply the new settings"); }); // added by mvdp