summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muehlhaeuser <muesli@gmail.com>2021-03-16 04:01:22 +0100
committerChristian Muehlhaeuser <muesli@gmail.com>2021-03-16 04:01:22 +0100
commit509ac066d48f5b60b1b69015cff067bbca90e2a1 (patch)
treea8dbb20286eb0e5169846b0ab8505c310b89fb38
parentada942535718d48eec37cca4f50d678e7201dc67 (diff)
Update project URL in SystemInfo
Pinetime -> InfiniTime
-rw-r--r--src/displayapp/screens/SystemInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index 2de5dada..b1ff41bb 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));
}