From 99c686acf2052e481b620416b80f50d2c8162342 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:47:49 +1100 Subject: [PATCH] updated home screen ui to read Phone instead of SMS --- examples/companion_radio/ui-new/UITask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/UITask.cpp b/examples/companion_radio/ui-new/UITask.cpp index 3c14aa92..dd975d5a 100644 --- a/examples/companion_radio/ui-new/UITask.cpp +++ b/examples/companion_radio/ui-new/UITask.cpp @@ -336,7 +336,7 @@ public: display.drawTextCentered(display.width() / 2, y, "[N] Notes [S] Settings "); y += 10; #ifdef HAS_4G_MODEM - display.drawTextCentered(display.width() / 2, y, "[E] Reader [T] SMS "); + display.drawTextCentered(display.width() / 2, y, "[E] Reader [T] Phone "); #elif defined(MECK_AUDIO_VARIANT) display.drawTextCentered(display.width() / 2, y, "[E] Reader [P] Audiobooks"); #else