diff --git a/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.test.tsx b/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.test.tsx index 1801252ecbb..dac6bd4371b 100644 --- a/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.test.tsx +++ b/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.test.tsx @@ -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", ); }); }); diff --git a/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.tsx b/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.tsx index 69903204223..278f7be7635 100644 --- a/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.tsx +++ b/static/js/src/advantage/react/components/Subscriptions/Landscape/Landscape.tsx @@ -19,9 +19,9 @@ const Landscape = () => {