diff --git a/Marlin/src/lcd/e3v2/creality/dwin.cpp b/Marlin/src/lcd/e3v2/creality/dwin.cpp index 56830086fd..896f279963 100644 --- a/Marlin/src/lcd/e3v2/creality/dwin.cpp +++ b/Marlin/src/lcd/e3v2/creality/dwin.cpp @@ -2516,7 +2516,7 @@ void itemAdvBedPID(const uint8_t row) { } else { #ifdef USE_STRING_TITLES - dwinDrawLabel(row, GET_TEXT_F(MSG_ZPROBE_OFFSETS)); + dwinDrawLabel(row, GET_TEXT_F(MSG_OUTAGE_RECOVERY)); #else itemAreaCopy(1, 208, 137, 221, row); // "Power-loss Recovery" #endif