diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-05-02 09:45:08 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-02 09:45:08 (GMT) |
| commit | d141888b828d9a47bbcdee86c3c22f1a6d415c56 (patch) | |
| tree | fec81b31ccc1e3de66f463d5191f967c278c68cf /src/displayapp/screens/Navigation.cpp | |
| parent | 9af0eb04c265be37bd149b85a2fd4a220358c8c5 (diff) | |
| parent | a26f64996a8e5920a1c2e1c90e348e0323b30fe5 (diff) | |
Merge pull request #275 from panos/navigation-text
Changed text in Navigation
Diffstat (limited to 'src/displayapp/screens/Navigation.cpp')
| -rw-r--r-- | src/displayapp/screens/Navigation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Navigation.cpp b/src/displayapp/screens/Navigation.cpp index fe9b5a8..b5ce8b8 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); |
