From ff3569fdf8045f314d0eb55b553a2419b8c4bbc8 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Mon, 31 Jan 2022 10:18:12 +0000 Subject: [PATCH] Add instructions for importer --- pages/getting-started.tsx | 5 ++++- public/static/locales/en/common.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/getting-started.tsx b/pages/getting-started.tsx index 107de631..2ff9f6bf 100644 --- a/pages/getting-started.tsx +++ b/pages/getting-started.tsx @@ -265,7 +265,10 @@ export default function Onboarding(props: inferSSRProps {t("import_from")} {selectedImport === "calendly" ? "Calendly" : "SavvyCal"} -

{t("you_will_need_to_generate")}

+

+ {t("you_will_need_to_generate")}. Find out how to do this{" "} + here. +

{ diff --git a/public/static/locales/en/common.json b/public/static/locales/en/common.json index 35be6fdb..7f58b8e0 100644 --- a/public/static/locales/en/common.json +++ b/public/static/locales/en/common.json @@ -600,7 +600,7 @@ "saml_configuration_update_failed": "SAML configuration update failed", "saml_configuration_delete_failed": "SAML configuration delete failed", "saml_email_required": "Please enter an email so we can find your SAML Identity Provider", - "you_will_need_to_generate": "You will need to generate an access token from the integrations page.", + "you_will_need_to_generate": "You will need to generate an access token from your old scheduling tool.", "import": "Import", "import_from": "Import from", "access_token": "Access token",