updated home screen ui to read Phone instead of SMS

This commit is contained in:
pelgraine
2026-02-24 14:47:49 +11:00
parent 5de518d5f4
commit 99c686acf2
+1 -1
View File
@@ -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