From 6b1478594a13b1e97bc4fc6e966bdf5eabdaf701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 17 May 2025 18:22:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=8D=E5=8A=A1=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E8=87=AA=E5=90=AF=E5=8A=A8=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/common/ServiceStatus.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()