From 659d9a2bf3754d70316aef5cb5aaa8b789d2b9de Mon Sep 17 00:00:00 2001 From: Arron Atchison Date: Mon, 22 May 2017 14:17:09 -0500 Subject: [PATCH] removed "uppercase" from wifi setup dialog --- mycroft/client/wifisetup/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycroft/client/wifisetup/main.py b/mycroft/client/wifisetup/main.py index 2e67614e22fd..6c8285bc5310 100644 --- a/mycroft/client/wifisetup/main.py +++ b/mycroft/client/wifisetup/main.py @@ -309,7 +309,7 @@ def _connection_prompt(self, prefix): self._speak_and_show( prefix + " Use your mobile device or computer to " "connect to the wifi network " - "'MYCROFT'; Then enter the uppercase " + "'MYCROFT'; Then enter the " "password " + passwordSpelled, self.ap.password)