From 11f2f300f2a367f39aefbb8c12bd6e1ac3d44b09 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 39e7646013..e9dc93eb0d 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -1420,10 +1420,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",