From ee0492771d0f5b28edeffc6a80b80e3c480dfe45 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 7 May 2022 17:50:22 +0200 Subject: [PATCH] text change --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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