File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ namespace Pinetime {
9191 template <>
9292 struct WatchFaceTraits <WatchFace::Analog> {
9393 static constexpr WatchFace watchFace = WatchFace::Analog;
94- static constexpr const char * name = " Analog face " ;
94+ static constexpr const char * name = " Analog" ;
9595
9696 static Screens::Screen* Create (AppControllers& controllers) {
9797 return new Screens::WatchFaceAnalog (controllers.dateTimeController ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ namespace Pinetime {
8080 template <>
8181 struct WatchFaceTraits <WatchFace::Digital> {
8282 static constexpr WatchFace watchFace = WatchFace::Digital;
83- static constexpr const char * name = " Digital face " ;
83+ static constexpr const char * name = " Digital" ;
8484
8585 static Screens::Screen* Create (AppControllers& controllers) {
8686 return new Screens::WatchFaceDigital (controllers.dateTimeController ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ namespace Pinetime {
104104 template <>
105105 struct WatchFaceTraits <WatchFace::Infineat> {
106106 static constexpr WatchFace watchFace = WatchFace::Infineat;
107- static constexpr const char * name = " Infineat face " ;
107+ static constexpr const char * name = " Infineat" ;
108108
109109 static Screens::Screen* Create (AppControllers& controllers) {
110110 return new Screens::WatchFaceInfineat (controllers.dateTimeController ,
You can’t perform that action at this time.
0 commit comments