From 3a1f0b2be1579b02380bdb7a9ffab6087126f5b5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 15 Apr 2026 17:14:15 +0300 Subject: [PATCH] chore(code): fix inconsistency in status bar naming --- apps/client/src/translations/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index e5dcef0d1b..c99729cc96 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -2303,7 +2303,7 @@ "tab_width_title": "Change tab width", "tab_width_spaces": "{{count}} spaces", "tab_width_spaces_short": "Spaces: {{width}}", - "tab_width_tabs": "Tabs ({{width}})", + "tab_width_tabs": "Tabs: {{width}}", "tab_width_use_default": "Use default ({{width}})", "tab_width_use_default_style": "Use default ({{style}})", "tab_width_display_header": "Display width",