From 8ae68c088650c1e66ad9b3cff735b8b881742151 Mon Sep 17 00:00:00 2001 From: katherinehhh Date: Mon, 22 Jan 2024 21:58:47 +0800 Subject: [PATCH] refactor: local improve --- .../plugin-data-source-manager/src/client/schema/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-data-source-manager/src/client/schema/index.ts b/packages/plugins/@nocobase/plugin-data-source-manager/src/client/schema/index.ts index f0df8e64f3..351cc927f1 100644 --- a/packages/plugins/@nocobase/plugin-data-source-manager/src/client/schema/index.ts +++ b/packages/plugins/@nocobase/plugin-data-source-manager/src/client/schema/index.ts @@ -10,7 +10,7 @@ const collection = { name: 'name', interface: 'input', uiSchema: { - title: `{{t("DataSource",{ ns: "${NAMESPACE}" })}}`, + title: `{{t("Data source name",{ ns: "${NAMESPACE}" })}}`, type: 'string', 'x-component': 'Input', required: true,