Add instructions for importer
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user