diff --git a/web/src/components/common/ServiceStatus.vue b/web/src/components/common/ServiceStatus.vue index ee6ec44a..63d1bd7b 100644 --- a/web/src/components/common/ServiceStatus.vue +++ b/web/src/components/common/ServiceStatus.vue @@ -115,7 +115,7 @@ const handleIsEnabled = async () => { } else { useRequest(systemctl.disable(props.service)) .onSuccess(() => { - window.$message.success($gettext('Autostart enabled successfully')) + window.$message.success($gettext('Autostart disabled successfully')) }) .onComplete(() => { messageReactive?.destroy()