Add instructions for importer
This commit is contained in:
parent
12fa906031
commit
ff3569fdf8
2 changed files with 5 additions and 2 deletions
|
@ -265,7 +265,10 @@ export default function Onboarding(props: inferSSRProps<typeof getServerSideProp
|
||||||
<h2 className="text-2xl text-gray-900 font-cal">
|
<h2 className="text-2xl text-gray-900 font-cal">
|
||||||
{t("import_from")} {selectedImport === "calendly" ? "Calendly" : "SavvyCal"}
|
{t("import_from")} {selectedImport === "calendly" ? "Calendly" : "SavvyCal"}
|
||||||
</h2>
|
</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
|
<form
|
||||||
className="flex"
|
className="flex"
|
||||||
onSubmit={formMethods.handleSubmit(async (values) => {
|
onSubmit={formMethods.handleSubmit(async (values) => {
|
||||||
|
|
|
@ -600,7 +600,7 @@
|
||||||
"saml_configuration_update_failed": "SAML configuration update failed",
|
"saml_configuration_update_failed": "SAML configuration update failed",
|
||||||
"saml_configuration_delete_failed": "SAML configuration delete failed",
|
"saml_configuration_delete_failed": "SAML configuration delete failed",
|
||||||
"saml_email_required": "Please enter an email so we can find your SAML Identity Provider",
|
"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": "Import",
|
||||||
"import_from": "Import from",
|
"import_from": "Import from",
|
||||||
"access_token": "Access token",
|
"access_token": "Access token",
|
||||||
|
|
Loading…
Reference in a new issue