mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:06:47 +00:00
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 = {
|
||||
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': {
|
||||
|
Loading…
Reference in New Issue
Block a user