fix(plugin-workflow): fix language (#1886)
This commit is contained in:
parent
27cdd7b78a
commit
16444ae6ab
@ -53,7 +53,7 @@ export const filter = {
|
|||||||
export const appends = {
|
export const appends = {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
title: `{{t("Preload associations", { ns: "${NAMESPACE}" })}}`,
|
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-decorator': 'FormItem',
|
||||||
'x-component': 'FieldsSelect',
|
'x-component': 'FieldsSelect',
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
|
Loading…
Reference in New Issue
Block a user