diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 061b784807..bf55a206e4 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1182,5 +1182,8 @@ "set_my_availability_later": "I'll set my availability later", "problem_saving_user_profile": "There was a problem saving your data. Please try again or reach out to customer support.", "token_invalid_expired": "Token is either invalid or expired.", - "routing_forms_description": "You can see all forms and routes you have created here." + "routing_forms_description": "You can see all forms and routes you have created here.", + "add_new_form": "Add new form", + "form_description": "Create your form to route a booker", + "copy_link_to_form": "Copy link to form" } diff --git a/packages/app-store/ee/routing_forms/components/FormActions.tsx b/packages/app-store/ee/routing_forms/components/FormActions.tsx index 7bc1c4348f..7bf0b1077d 100644 --- a/packages/app-store/ee/routing_forms/components/FormActions.tsx +++ b/packages/app-store/ee/routing_forms/components/FormActions.tsx @@ -82,10 +82,10 @@ function NewFormDialog({ appUrl }: { appUrl: string }) {
-

Create your form to route a booker

+

{t("forms_description")}

@@ -345,7 +345,7 @@ export const FormAction = forwardRef(function FormAction; } return ( -
+
-
- - -
+ + - Preview + {t("preview")} - Download Responses - - - Download Responses + {t("download_responses")} {t("delete")} - -
- -
@@ -232,7 +205,7 @@ export default function SingleForm({ CTA={}>
-
+