From 8e8d0bb59148419a9c760c56f7fa67f1645376f3 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:39:56 +0100 Subject: [PATCH] feat: remove unused token usage labels from translation file --- client/src/locales/en/translation.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 187cd94d48..43973e9d54 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -1326,10 +1326,8 @@ "com_ui_token_usage_aria_no_max": "Token usage: {{0}} input, {{1}} output", "com_ui_token_usage_context": "Context Usage", "com_ui_token_usage_input": "Input", - "com_ui_token_usage_max_context": "Max Context", "com_ui_token_usage_output": "Output", "com_ui_token_usage_percent": "{{0}}% used", - "com_ui_token_usage_total": "Total", "com_ui_tokens": "tokens", "com_ui_tool_collection_prefix": "A collection of tools from", "com_ui_tool_list_collapse": "Collapse {{serverName}} tool list",