From 04496e9e2866e19d412f3c79fa3c441930e1f797 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Mon, 15 Jun 2026 15:22:01 +0800 Subject: [PATCH] fix(webui): improve automation edit message field --- webui/src/components/settings/SettingsView.tsx | 13 +++++-------- webui/src/tests/app-layout.test.tsx | 7 +++++++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx index 49a27ba8..8c04338e 100644 --- a/webui/src/components/settings/SettingsView.tsx +++ b/webui/src/components/settings/SettingsView.tsx @@ -3854,16 +3854,13 @@ function AutomationEditDialog({ return ( {job ? ( - +
{tx("settings.automations.editTitle", "Edit automation")} - - {tx( - "settings.automations.editDescription", - "Update the prompt and schedule. The linked chat stays unchanged.", - )} -
@@ -3885,7 +3882,7 @@ function AutomationEditDialog({