From a55cae531f8f60e5e7abb8a71298b46601abcc31 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sat, 17 Jan 2026 14:13:41 +0900 Subject: [PATCH] [backport cloud/1.37] Update beta message in linear mode (#8109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #8106 to `cloud/1.37` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8109-backport-cloud-1-37-Update-beta-message-in-linear-mode-2ea6d73d36508107992ed0c0b1357f14) by [Unito](https://www.unito.io) Co-authored-by: Yoland Yan <4950057+yoland68@users.noreply.github.com> --- src/locales/en/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index f50a28ee0..500a3b018 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2475,7 +2475,7 @@ }, "linearMode": { "linearMode": "Simple Mode", - "beta": "Beta - Give Feedback", + "beta": "Simple Mode in Beta - Feedback", "graphMode": "Graph Mode", "dragAndDropImage": "Click to browse or drag an image", "runCount": "Run count:", @@ -2536,4 +2536,4 @@ "failed": "Failed" } } -} \ No newline at end of file +}