diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index bc37510a..a045b322 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -93,7 +93,7 @@ namespace Pinetime { template <> struct WatchFaceTraits { static constexpr WatchFace watchFace = WatchFace::Analog; - static constexpr const char* name = "Analog face"; + static constexpr const char* name = "Analogue face"; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::WatchFaceAnalog(controllers.dateTimeController,