From 2fa704c39b7ea7af9644ccbdf998bfc27ac9a309 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:29:13 -0400 Subject: [PATCH] fix: add make invite link to setup page (#11177) Co-authored-by: CarinaWolli --- apps/web/public/static/locales/en/common.json | 3 +-- packages/app-store/make/pages/setup/index.tsx | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 97a91cdd96..a10b48fef4 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1060,7 +1060,7 @@ "your_unique_api_key": "Your unique API key", "copy_safe_api_key": "Copy this API key and save it somewhere safe. If you lose this key you have to generate a new one.", "zapier_setup_instructions": "<0>Log into your Zapier account and create a new Zap.<1>Select Cal.com as your Trigger app. Also choose a Trigger event.<2>Choose your account and then enter your Unique API Key.<3>Test your Trigger.<4>You're set!", - "make_setup_instructions": "<0>Log into your Make account and create a new Scenario.<1>Select Cal.com as your Trigger app. Also choose a Trigger event.<2>Choose your account and then enter your Unique API Key.<3>Test your Trigger.<4>You're set!", + "make_setup_instructions": "<0>Go to <1><0>Make Invite Link and install the Cal.com app.<1>Log into your Make account and create a new Scenario.<2>Select Cal.com as your Trigger app. Also choose a Trigger event.<3>Choose your account and then enter your Unique API Key.<4>Test your Trigger.<5>You're set!", "install_zapier_app": "Please first install the Zapier App in the app store.", "install_make_app": "Please first install the Make App in the app store.", "connect_apple_server": "Connect to Apple Server", @@ -1093,7 +1093,6 @@ "or_lowercase": "or", "nevermind": "Nevermind", "go_to": "Go to: ", - "invite_link_make": "
  • Go toMake Invite Link and install Cal.com app
  • ", "zapier_invite_link": "Zapier Invite Link", "meeting_url_provided_after_confirmed": "A Meeting URL will be created once the event is confirmed.", "dynamically_display_attendee_or_organizer": "Dynamically display the name of your attendee for you, or your name if it's viewed by your attendee", diff --git a/packages/app-store/make/pages/setup/index.tsx b/packages/app-store/make/pages/setup/index.tsx index 7f097dd14e..73ccd84c6f 100644 --- a/packages/app-store/make/pages/setup/index.tsx +++ b/packages/app-store/make/pages/setup/index.tsx @@ -112,7 +112,7 @@ export default function MakeSetup({ inviteLink }: InferGetStaticPropsType
      - +
    1. Go to @@ -120,9 +120,6 @@ export default function MakeSetup({ inviteLink }: InferGetStaticPropsType and install the Cal.com app.
    2. -
      - -
    3. Log into your Make account and create a new Scenario.
    4. Select Cal.com as your Trigger app. Also choose a Trigger event.
    5. Choose your account and then enter your Unique API Key.