summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-01-02 21:23:40 +0100
committerJean-François Milants <jf@codingfield.com>2021-01-02 21:23:40 +0100
commite0082f0ae33a809480ee409ccffdd136c13248e4 (patch)
treecdce93a30d08640893b8ea985ef3ec83f9f5c1e9 /src/displayapp/screens/SystemInfo.cpp
parent1ca0c52983a0c75c6042e716e0609f659ec899dd (diff)
Rename Pinetime in InfiniTime in sysinfo app.
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
-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 4fd96a82..2de5dada 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -84,7 +84,7 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen1() {
uptimeSeconds = uptimeSeconds % secondsInAMinute;
// TODO handle more than 100 days of uptime
- sprintf(t1, "Pinetime\n"
+ sprintf(t1, "InfiniTime\n"
"Version:%ld.%ld.%ld\n"
"Build: %s\n"
" %s\n"