diff --git a/cosmic-applet-power/src/main.rs b/cosmic-applet-power/src/main.rs index ced654cb..5814a5a3 100644 --- a/cosmic-applet-power/src/main.rs +++ b/cosmic-applet-power/src/main.rs @@ -265,7 +265,7 @@ impl cosmic::Application for Power { ]; let power = row![ - power_buttons("system-lock-screen-symbolic", fl!("suspend")) + power_buttons("system-suspend-symbolic", fl!("suspend")) .on_press(Message::Action(PowerAction::Suspend)), power_buttons("system-restart-symbolic", fl!("restart")) .on_press(Message::Action(PowerAction::Restart)),