Skip to content

Commit f711f0f

Browse files
authored
Merge pull request #916 from Riksu9000/shake_menuoption
Update shakewake menu option
2 parents e8fc46b + 97cbe34 commit f711f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/settings/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ std::unique_ptr<Screen> Settings::CreateScreen3() {
5959

6060
std::array<Screens::List::Applications, 4> applications {{
6161
{Symbols::clock, "Chimes", Apps::SettingChimes},
62-
{Symbols::none, "Wake Sense", Apps::SettingShakeThreshold},
62+
{Symbols::tachometer, "Shake Calib.", Apps::SettingShakeThreshold},
6363
{Symbols::check, "Firmware", Apps::FirmwareValidation},
6464
{Symbols::list, "About", Apps::SysInfo}
6565
}};

0 commit comments

Comments
 (0)