Skip to content

Commit

Permalink
[ui] Fix incorrect “Run are queued” copy in the current run banner (#…
Browse files Browse the repository at this point in the history
…27094)

As titled - I also changed this text slightly to make it more direct.

Co-authored-by: bengotow <[email protected]>
  • Loading branch information
bengotow and bengotow authored Jan 14, 2025
1 parent 1b18a32 commit d3211b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export const CurrentRunsBanner = ({
{inProgressRunIds.length && unstartedRunIds.length ? ' ' : ''}
{unstartedRunIds.length > 1 && (
<>
Runs <RunIdLinks ids={unstartedRunIds} /> that target this asset are queued.
Runs <RunIdLinks ids={unstartedRunIds} /> are queued and target this asset.
</>
)}
{unstartedRunIds.length === 1 && (
<>
Run <RunIdLinks ids={unstartedRunIds} /> that targets this asset are queued.
Run <RunIdLinks ids={unstartedRunIds} /> is queued and targets this asset.
</>
)}
</div>
Expand Down

1 comment on commit d3211b6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-orci388zx-elementl.vercel.app

Built with commit d3211b6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.