From f6868fc851c55482f6a3f6a463cf40a3c4202142 Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 13 Nov 2025 14:01:24 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A4=20fix:=20Replace=20Translation=20K?= =?UTF-8?q?eys=20with=20Localized=20Text=20(#10486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Max Dutkin --- client/src/components/SidePanel/Parameters/DynamicSwitch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/SidePanel/Parameters/DynamicSwitch.tsx b/client/src/components/SidePanel/Parameters/DynamicSwitch.tsx index df91baaa02..650b35fce2 100644 --- a/client/src/components/SidePanel/Parameters/DynamicSwitch.tsx +++ b/client/src/components/SidePanel/Parameters/DynamicSwitch.tsx @@ -56,7 +56,7 @@ function DynamicSwitch({ {showDefault && ( ({localize('com_endpoint_default')}:{' '} - {defaultValue != null ? 'com_ui_on' : 'com_ui_off'}) + {defaultValue != null ? localize('com_ui_on') : localize('com_ui_off')}) )}