From 0a05297fbccc77c06d59d8b739ad190df1a47f57 Mon Sep 17 00:00:00 2001 From: gxxrxn Date: Mon, 13 May 2024 18:10:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20switch=20translate=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/v1/base/Switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v1/base/Switch.tsx b/src/v1/base/Switch.tsx index 42f5aba2..daf0738b 100644 --- a/src/v1/base/Switch.tsx +++ b/src/v1/base/Switch.tsx @@ -21,7 +21,7 @@ const Switch = ( {...props} />
- + {`Enable ${name}`} );