diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index e30367f5b..04d66ba87 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -256,7 +256,7 @@ static void drawCriticalFaultFrame(OLEDDisplay *display, OLEDDisplayUiState *sta display->drawString(0 + x, 0 + y, tempBuf); display->setTextAlignment(TEXT_ALIGN_LEFT); display->setFont(FONT_SMALL); - display->drawString(0 + x, FONT_HEIGHT_MEDIUM + y, "For help, please post on\nmeshtastic.discourse.group"); + display->drawString(0 + x, FONT_HEIGHT_MEDIUM + y, "For help, please visit \nmeshtastic.org"); } // Ignore messages orginating from phone (from the current node 0x0) unless range test or store and forward module are enabled