From b87f9c7154497f4d046c97d76cc32e3fcdac362e 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 aabca5a142..a8719c58a8 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -983,7 +983,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...",