diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 7bc7ea170..0ac19cbce 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -175,13 +175,13 @@ static void drawWelcomeScreen(OLEDDisplay *display, OLEDDisplayUiState *state, i display->setFont(FONT_SMALL); display->setTextAlignment(TEXT_ALIGN_CENTER); - display->drawString(64 + x, y, "Welcome to Meshtastic!"); + display->drawString(64 + x, y, "Meshtastic :)"); display->setTextAlignment(TEXT_ALIGN_LEFT); display->drawString(x, y + FONT_HEIGHT_SMALL * 2 - 3, "Set the region using the"); - display->drawString(x, y + FONT_HEIGHT_SMALL * 3 - 3, "Android, iOS, Flasher or"); - display->drawString(x, y + FONT_HEIGHT_SMALL * 4 - 3, "CLI."); + display->drawString(x, y + FONT_HEIGHT_SMALL * 3 - 3, "Meshtastic Android, iOS,"); + display->drawString(x, y + FONT_HEIGHT_SMALL * 4 - 3, "Flasher or CLI client."); #ifndef NO_ESP32 yield();