use action is for executed action text

This commit is contained in:
JzoNg 2026-01-20 17:43:42 +08:00
parent 55be933342
commit aaf6e8f978
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const ExecutedAction = ({
i18nKey="nodes.humanInput.userActions.triggered"
ns="workflow"
components={{ strong: <span className="system-xs-medium text-text-secondary"></span> }}
values={{ actionName: executedAction.title }}
values={{ actionName: executedAction.id }}
/>
</div>
</div>