diff options
| author | Christian Muehlhaeuser <muesli@gmail.com> | 2021-03-16 03:01:22 (GMT) |
|---|---|---|
| committer | Christian Muehlhaeuser <muesli@gmail.com> | 2021-03-16 03:01:22 (GMT) |
| commit | 509ac066d48f5b60b1b69015cff067bbca90e2a1 (patch) | |
| tree | a8dbb20286eb0e5169846b0ab8505c310b89fb38 /src | |
| parent | ada942535718d48eec37cca4f50d678e7201dc67 (diff) | |
Update project URL in SystemInfo
Pinetime -> InfiniTime
Diffstat (limited to 'src')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 2de5dad..b1ff41b 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -119,6 +119,6 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() { "Public License v3\n" "Source code:\n" "https://github.com/\n" - " JF002/Pinetime"); + " JF002/InfiniTime"); return std::unique_ptr<Screen>(new Screens::Label(app, t3)); } |
