diff --git a/src/displayapp/screens/settings/SettingChimes.h b/src/displayapp/screens/settings/SettingChimes.h index e48432c6..dc4ded99 100644 --- a/src/displayapp/screens/settings/SettingChimes.h +++ b/src/displayapp/screens/settings/SettingChimes.h @@ -24,9 +24,9 @@ namespace Pinetime { const char* name; }; static constexpr std::array options = {{ - {Controllers::Settings::ChimesOption::None, " Off"}, - {Controllers::Settings::ChimesOption::Hours, " Every hour"}, - {Controllers::Settings::ChimesOption::HalfHours, " Every 30 mins"} + {Controllers::Settings::ChimesOption::None, "Off"}, + {Controllers::Settings::ChimesOption::Hours, "Every hour"}, + {Controllers::Settings::ChimesOption::HalfHours, "Every 30 mins"} }}; std::array cbOption;