From 474001c140856981bd8a8d46c10c464a6a0f7956 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 3 Mar 2026 18:16:55 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20chore:=20Update=20translation=20?= =?UTF-8?q?for=20"no=20auth"=20message=20in=20UI=20(#12048)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed the text for the "No Auth" message to "None (Auto-detect)" in the English translation file, enhancing clarity for users regarding authentication status. --- client/src/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 8fdbc05544..35d8300489 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -1189,7 +1189,7 @@ "com_ui_next": "Next", "com_ui_no": "No", "com_ui_no_api_keys": "No API keys yet. Create one to get started.", - "com_ui_no_auth": "No Auth", + "com_ui_no_auth": "None (Auto-detect)", "com_ui_no_bookmarks": "it seems like you have no bookmarks yet. Click on a chat and add a new one", "com_ui_no_bookmarks_match": "No bookmarks match your search", "com_ui_no_bookmarks_title": "No bookmarks yet",