diff --git a/examples/companion_radio/ui-new/UITask.cpp b/examples/companion_radio/ui-new/UITask.cpp index dd975d5..69e6d85 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] Phone "); + 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