diff --git a/components/Shell.tsx b/components/Shell.tsx index 480195e5..3edf9206 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -43,7 +43,7 @@ export default function Shell(props) { current: router.pathname.startsWith("/availability"), }, { - name: "Integrations", + name: "App Store", href: "/integrations", icon: PuzzleIcon, current: router.pathname.startsWith("/integrations"), diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index dca940c4..a71bfb48 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -93,12 +93,12 @@ export default function Home({ integrations }) { return (
- You currently do not have any integrations set up. Add your first integration to get + You currently do not have any apps connected. Connect your first app to get started.
Link a new integration to your account.
+Connect a new app to your account.