From 7556e3ef397caa74602177eef3afd8dcaa97c005 Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:25:26 -0800 Subject: [PATCH] Update beta message in linear mode (#8106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request makes a minor update to the user interface text for Simple Mode. The "beta" label is now more descriptive, clarifying that Simple Mode is in beta and inviting feedback. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8106-Update-beta-message-in-linear-mode-2ea6d73d3650812193a7cd8f625ea682) by [Unito](https://www.unito.io) --- 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 a856c3b0e..17dad737f 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2496,7 +2496,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:", @@ -2608,4 +2608,4 @@ "tokenExchangeFailed": "Failed to authenticate with workspace: {error}" } } -} \ No newline at end of file +}