From e913af7f32da67c2f35d4df8ab06b1e0f97395d8 Mon Sep 17 00:00:00 2001 From: chenos Date: Thu, 2 Mar 2023 11:36:26 +0800 Subject: [PATCH] fix: improve translation --- .../core/client/src/system-settings/SystemSettingsShortcut.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/system-settings/SystemSettingsShortcut.tsx b/packages/core/client/src/system-settings/SystemSettingsShortcut.tsx index 881b2e5d2..5d5484b99 100644 --- a/packages/core/client/src/system-settings/SystemSettingsShortcut.tsx +++ b/packages/core/client/src/system-settings/SystemSettingsShortcut.tsx @@ -236,7 +236,7 @@ const schema2: ISchema = { }, properties: { submit: { - title: 'Submit', + title: '{{t("Submit")}}', 'x-component': 'Action', 'x-component-props': { type: 'primary',