From 16444ae6abb46c07c54cab35337d376a65826395 Mon Sep 17 00:00:00 2001 From: Junyi Date: Thu, 18 May 2023 22:27:18 +0700 Subject: [PATCH] fix(plugin-workflow): fix language (#1886) --- packages/plugins/workflow/src/client/schemas/collection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/workflow/src/client/schemas/collection.ts b/packages/plugins/workflow/src/client/schemas/collection.ts index f5be946ef..ac2667865 100644 --- a/packages/plugins/workflow/src/client/schemas/collection.ts +++ b/packages/plugins/workflow/src/client/schemas/collection.ts @@ -53,7 +53,7 @@ export const filter = { export const appends = { type: 'array', title: `{{t("Preload associations", { ns: "${NAMESPACE}" })}}`, - description: `{{t("Only configured association field could be accessed in following nodes", { ns: "${NAMESPACE}" })}}`, + description: `{{t("Please select the associated fields that need to be accessed in subsequent nodes", { ns: "${NAMESPACE}" })}}`, 'x-decorator': 'FormItem', 'x-component': 'FieldsSelect', 'x-component-props': {