Skip to content

Commit

Permalink
Phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Jul 20, 2022
1 parent e01719a commit 2fb6d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ImportWizard/ImportWizardWelcomeModal.tsx
Expand Up @@ -30,8 +30,8 @@ export const ImportWizardWelcomeModal: React.FunctionComponent = () => {
</Text>
<Text component="p">
The <Link to={appImportsPageUrl(namespace)}>Application Imports</Link> page can be used to
view status and take actions on these pipelines, and they can also be seen in more detail
on the <Link to={pipelinesListUrl(namespace)}>Pipelines</Link> page.
view status and take actions on these pipelines, and they can also be viewed in more
detail on the <Link to={pipelinesListUrl(namespace)}>Pipelines</Link> page.
</Text>
</TextContent>
<Checkbox
Expand Down

0 comments on commit 2fb6d9e

Please sign in to comment.