From a92ee0f149eab20382803c5f3ce5d0c1026737f7 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 5 Aug 2021 14:02:59 +0200 Subject: [PATCH] renamed integrations to apps --- components/Shell.tsx | 2 +- pages/integrations/index.tsx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 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 (
- Integrations | Calendso + App Store | Calendso - Add new integration + Connect a new App }>
@@ -168,11 +168,11 @@ export default function Home({ integrations }) {

- You don't have any integrations added. + You don't have any connected apps.

- 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.

@@ -181,7 +181,7 @@ export default function Home({ integrations }) { onClick={toggleAddModal} className="font-medium text-neutral-900 hover:text-neutral-500"> {" "} - Add your first integration + Connect your first app
@@ -229,10 +229,10 @@ export default function Home({ integrations }) {
-

Link a new integration to your account.

+

Connect a new app to your account.