From 98b4a39ca9f6cc3940d99a277e9ebea59b04fcea 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 56ef99ff33..eebbdac3a3 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -1425,10 +1425,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",