summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-03-20 17:55:32 +0100
committerGitHub <noreply@github.com>2021-03-20 17:55:32 +0100
commit463e60eb4efe13971b10005e48a81a13e649cb96 (patch)
treef15bbc6be6d6a27838b5b9e3a0491446c243684a
parent91ddc666e3ee1ac8fd128bf491f32d512e5524c3 (diff)
parent509ac066d48f5b60b1b69015cff067bbca90e2a1 (diff)
Merge pull request #237 from muesli/systeminfo-url
Update project URL in SystemInfo
-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 3c6d1d9d..0d6f8e5a 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -122,6 +122,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));
}