refactor: restore wording

This commit is contained in:
Arthur Tazhitdinov 2026-01-26 15:39:07 +05:00
parent adda1954b9
commit 6873404f50

View File

@ -16,7 +16,7 @@
void SleepActivity::onEnter() {
Activity::onEnter();
ScreenComponents::drawPopup(renderer, "Sleeping");
ScreenComponents::drawPopup(renderer, "Entering Sleep...");
if (SETTINGS.sleepScreen == CrossPointSettings::SLEEP_SCREEN_MODE::BLANK) {
return renderBlankSleepScreen();