Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve the copywrite of the assigner node append mode description #7467

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: enchance the copywrite of the assigner node append mode descri…
…ption
  • Loading branch information
iamjoel committed Aug 21, 2024
commit b0d2efd20e9ad5394b6ca29002c05f20b1513d38
2 changes: 1 addition & 1 deletion web/i18n/en-US/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ const translation = {
assigner: {
'assignedVariable': 'Assigned Variable',
'writeMode': 'Write Mode',
'writeModeTip': 'When ASSIGNED VARIABLE is an array, append mode adds to the end.',
'writeModeTip': 'Append mode: Available for array variables only.',
'over-write': 'Overwrite',
'append': 'Append',
'plus': 'Plus',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/zh-Hans/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ const translation = {
assigner: {
'assignedVariable': '赋值的变量',
'writeMode': '写入模式',
'writeModeTip': '赋值的变量为数组时,可添加变量至数组末尾。',
'writeModeTip': '使用追加模式时,赋值的变量必须是数组类型。',
'over-write': '覆盖',
'append': '追加',
'plus': '加',
Expand Down