From aae11b6e1f18ec8f89ec9c1b01ca2eb8283b8fb2 Mon Sep 17 00:00:00 2001 From: chenos Date: Wed, 25 May 2022 10:58:20 +0800 Subject: [PATCH] fix(client): add description --- .../src/collection-manager/Configuration/schemas/collections.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/collection-manager/Configuration/schemas/collections.ts b/packages/core/client/src/collection-manager/Configuration/schemas/collections.ts index 6aa3014bc..72cbeb6c3 100644 --- a/packages/core/client/src/collection-manager/Configuration/schemas/collections.ts +++ b/packages/core/client/src/collection-manager/Configuration/schemas/collections.ts @@ -26,7 +26,7 @@ const collection: CollectionOptions = { title: '{{ t("Collection name") }}', type: 'string', 'x-component': 'Input', - // description: '使用英文', + description: '{{t("Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.")}}', }, }, {