Skip to content

Commit

Permalink
Avoid mentioning pipelines in Dagit empty state (#7288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Apr 5, 2022
1 parent 298d8b1 commit ce69cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js_modules/dagit/packages/core/src/app/FallthroughRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ const FinalRedirectOrLoadingRoot = () => {
<Box padding={{vertical: 64}}>
<NonIdealState
icon="no-results"
title={repoWithNoJob ? 'No pipelines or jobs' : 'No repositories'}
title={repoWithNoJob ? 'No jobs' : 'No repositories'}
description={
repoWithNoJob
? 'Your repository is loaded but no pipelines or jobs were found.'
? 'Your repository is loaded, but no jobs were found.'
: 'Add a repository to get started.'
}
action={
Expand Down

0 comments on commit ce69cc1

Please sign in to comment.