Skip to content

Commit

Permalink
rename DAG to Dag (#45090)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamraj-git authored Dec 19, 2024
1 parent 1865dd1 commit 80a8460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/ui/src/components/TriggerDag/TriggerDAGModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ const TriggerDAGModal: React.FC<TriggerDAGModalProps> = ({
<Dialog.Header>
<VStack align="start" gap={4}>
<Heading size="xl">
Trigger DAG - {dagDisplayName}{" "}
Trigger Dag - {dagDisplayName}{" "}
<TogglePause dagId={dagId} isPaused={isPaused} skipConfirm />
</Heading>
{isPaused ? (
<Alert status="warning" title="Paused DAG">
Triggering will create a DAG run, but it will not start until the
DAG is unpaused.
Dag is unpaused.
</Alert>
) : undefined}
</VStack>
Expand Down

0 comments on commit 80a8460

Please sign in to comment.