summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
diff options
context:
space:
mode:
authorPanagiotis Vasilopoulos <hello@alwayslivid.com>2021-04-17 05:40:05 +0300
committerPanagiotis Vasilopoulos <hello@alwayslivid.com>2021-04-17 05:40:05 +0300
commita26f64996a8e5920a1c2e1c90e348e0323b30fe5 (patch)
tree8c8f2c96de65510d1fb099ea75cac8fe46dd2c39 /src/displayapp/screens
parent77470e73f9807139673d1ac6994b340297ad71c7 (diff)
Changed text in Navigation
Diffstat (limited to 'src/displayapp/screens')
-rw-r--r--src/displayapp/screens/Navigation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Navigation.cpp b/src/displayapp/screens/Navigation.cpp
index cfe60e23..9150b13c 100644
--- a/src/displayapp/screens/Navigation.cpp
+++ b/src/displayapp/screens/Navigation.cpp
@@ -40,7 +40,7 @@ Navigation::Navigation(Pinetime::Applications::DisplayApp *app, Pinetime::Contro
txtNarrative = lv_label_create(lv_scr_act(), nullptr);
lv_label_set_long_mode(txtNarrative, LV_LABEL_LONG_BREAK);
lv_obj_set_width(txtNarrative, LV_HOR_RES);
- lv_label_set_text(txtNarrative, "Welcome to navigation!");
+ lv_label_set_text(txtNarrative, "Navigation");
lv_label_set_align(txtNarrative, LV_LABEL_ALIGN_CENTER);
lv_obj_align(txtNarrative, nullptr, LV_ALIGN_CENTER, 0, 10);