From 3603e1dc0b5e125daab65ba00b73f08b0f29bb64 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 11 Mar 2026 23:03:52 -0400 Subject: [PATCH] chore(translations): remove unused "Expand Summary" key from English translations Deleted the "Expand Summary" key from the English translation file to streamline the localization resources and improve clarity in the user interface. This change helps maintain an organized and efficient translation structure. --- client/src/locales/en/translation.json | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index af10642468..acc1f7ad55 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -987,7 +987,6 @@ "com_ui_examples": "Examples", "com_ui_expand": "Expand", "com_ui_expand_chat": "Expand Chat", - "com_ui_expand_summary": "Expand Summary", "com_ui_expand_thoughts": "Expand Thoughts", "com_ui_export_convo_modal": "Export Conversation Modal", "com_ui_feedback_more": "More...",