From 8657710997671bc7859c7dd466ca6619a802dc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=9B=A8=E6=B0=B4=E8=BF=87=E6=BB=A4=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E6=B0=94-Rairn?= <958414905@qq.com> Date: Sun, 5 Feb 2023 13:25:18 +0800 Subject: [PATCH] chore: translate 'Add tab' in page header (#1424) --- packages/core/client/src/schema-component/antd/page/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/page/Page.tsx b/packages/core/client/src/schema-component/antd/page/Page.tsx index 086ff04db..bafe9b4f2 100644 --- a/packages/core/client/src/schema-component/antd/page/Page.tsx +++ b/packages/core/client/src/schema-component/antd/page/Page.tsx @@ -223,7 +223,7 @@ export const Page = (props) => { }); }} > - Add tab + {t('Add tab')} ) }