Add instructions for importer

This commit is contained in:
Bailey Pumfleet 2022-01-31 10:18:12 +00:00
parent 12fa906031
commit ff3569fdf8
2 changed files with 5 additions and 2 deletions

View file

@ -265,7 +265,10 @@ export default function Onboarding(props: inferSSRProps<typeof getServerSideProp
<h2 className="text-2xl text-gray-900 font-cal">
{t("import_from")} {selectedImport === "calendly" ? "Calendly" : "SavvyCal"}
</h2>
<p className="mb-2 text-sm text-gray-500">{t("you_will_need_to_generate")}</p>
<p className="mb-2 text-sm text-gray-500">
{t("you_will_need_to_generate")}. Find out how to do this{" "}
<a href="https://docs.cal.com/import">here</a>.
</p>
<form
className="flex"
onSubmit={formMethods.handleSubmit(async (values) => {

View file

@ -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",