diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 958ff64dc4..2c3946bff1 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -91,7 +91,7 @@ namespace Pinetime { template <> struct WatchFaceTraits { static constexpr WatchFace watchFace = WatchFace::Analog; - static constexpr const char* name = "Analog face"; + static constexpr const char* name = "Analog"; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::WatchFaceAnalog(controllers.dateTimeController, diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h index 3005cea56f..e3a1ac649a 100644 --- a/src/displayapp/screens/WatchFaceDigital.h +++ b/src/displayapp/screens/WatchFaceDigital.h @@ -80,7 +80,7 @@ namespace Pinetime { template <> struct WatchFaceTraits { static constexpr WatchFace watchFace = WatchFace::Digital; - static constexpr const char* name = "Digital face"; + static constexpr const char* name = "Digital"; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::WatchFaceDigital(controllers.dateTimeController, diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index c8e1103997..f646ebac58 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -104,7 +104,7 @@ namespace Pinetime { template <> struct WatchFaceTraits { 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,