✏️ Fix Creality UI PLR typo (#27943)

This commit is contained in:
Keith Bennett
2025-07-18 21:07:46 -07:00
committed by GitHub
parent e7ac0d14cd
commit 28839c60da
+1 -1
View File
@@ -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