diff options
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceInfineat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index c8e11039..f646ebac 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -104,7 +104,7 @@ namespace Pinetime { template <> struct WatchFaceTraits<WatchFace::Infineat> { static constexpr WatchFace watchFace = WatchFace::Infineat; - static constexpr const char* name = "Infineat face"; + static constexpr const char* name = "Infineat"; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::WatchFaceInfineat(controllers.dateTimeController, |
