From 28839c60da9eed063913be8e3584506f4b0b8858 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:07:46 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20Creality=20UI=20PLR?= =?UTF-8?q?=20typo=20(#27943)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/lcd/e3v2/creality/dwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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