We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ce590 commit 3f25661Copy full SHA for 3f25661
1 file changed
dinky-web/src/pages/DataStudio/CenterTabContent/SqlTask/index.tsx
@@ -771,7 +771,9 @@ export const SqlTask = memo((props: FlinkSqlProps & any) => {
771
setPushDolphinState((prevState) => ({ ...prevState, loading: true }));
772
await handleOption(
773
API_CONSTANTS.SCHEDULER_CREATE_OR_UPDATE_TASK_DEFINITION,
774
- `推送任务[${currentState.name}]至 DolphinScheduler`,
+ l('datastudio.header.pushdolphin.title', '', {
775
+ name: currentState?.name ?? ''
776
+ }),
777
value
778
);
779
await handlePushDolphinCancel();
0 commit comments