diff --git a/src/App.test.tsx b/src/App.test.tsx
index 28c7ca3f..04e2ebd1 100644
--- a/src/App.test.tsx
+++ b/src/App.test.tsx
@@ -19,7 +19,7 @@ describe("App", () => {
render();
expect(screen.getByText(/toggle sidebar/i)).toBeVisible();
expect(screen.getByText("Certificates")).toBeVisible();
- expect(screen.getByText("Help")).toBeVisible();
+ expect(screen.getByText("Setup")).toBeVisible();
expect(screen.getByRole("banner")).toBeVisible();
expect(
screen.getByRole("heading", { name: /codeGate dashboard/i }),
@@ -31,13 +31,13 @@ describe("App", () => {
).toBeVisible();
expect(
screen.getByRole("link", {
- name: /continue setup/i,
+ name: /set up in continue/i,
}),
).toBeVisible();
expect(
screen.getByRole("link", {
- name: /copilot setup/i,
+ name: /set up in copilot/i,
}),
).toBeVisible();
expect(
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index b8c56a55..20884c10 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -63,13 +63,13 @@ export function Header({ hasError }: { hasError?: boolean }) {
- Help
+ Setup
- Continue Setup
+ Set up in Continue
- Copilot Setup
+ Set up in Copilot