Skip to content

Commit

Permalink
copy changes for landscape (#14487)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 authored Nov 21, 2024
1 parent 4fd55e5 commit c3d0d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("Landscape", () => {
"Install self-hosted Landscape",
);
expect(wrapper.find(Button).at(1).text()).toBe(
"Request a Landscape SaaS account",
"Get a Landscape SaaS account",
);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const Landscape = () => {
</Button>
<Button
element="a"
href="https://ubuntu.com/contact-us/form?product=landscape"
href="https://landscape.canonical.com/create-new-account"
>
Request a Landscape SaaS account
Get a Landscape SaaS account
</Button>
</p>
<hr />
Expand Down

0 comments on commit c3d0d4f

Please sign in to comment.