Skip to content

Commit 3f25661

Browse files
authored
[Optimization-4078][web]Optimize dolphin push info when enable English (#4441)
1 parent 77ce590 commit 3f25661

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • dinky-web/src/pages/DataStudio/CenterTabContent/SqlTask

dinky-web/src/pages/DataStudio/CenterTabContent/SqlTask/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,9 @@ export const SqlTask = memo((props: FlinkSqlProps & any) => {
771771
setPushDolphinState((prevState) => ({ ...prevState, loading: true }));
772772
await handleOption(
773773
API_CONSTANTS.SCHEDULER_CREATE_OR_UPDATE_TASK_DEFINITION,
774-
`推送任务[${currentState.name}]至 DolphinScheduler`,
774+
l('datastudio.header.pushdolphin.title', '', {
775+
name: currentState?.name ?? ''
776+
}),
775777
value
776778
);
777779
await handlePushDolphinCancel();

0 commit comments

Comments
 (0)