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

This commit is contained in:
Joel
2024-08-21 10:34:25 +08:00
committed by GitHub
parent 028fd52c9b
commit 6c25d7bed3
2 changed files with 2 additions and 2 deletions

View File

@@ -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',