From 8c38495812f4b26a6641b1db8545a58b018e335c Mon Sep 17 00:00:00 2001 From: Shaik_Asif <59223152+asif-reh@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:28:05 +0530 Subject: [PATCH] fix: typo in template (#1648) --- apps/formbricks-com/app/docs/api/management/surveys/page.mdx | 2 +- apps/formbricks-com/components/dummyUI/templates.ts | 2 +- .../environments/[environmentId]/surveys/templates/templates.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/formbricks-com/app/docs/api/management/surveys/page.mdx b/apps/formbricks-com/app/docs/api/management/surveys/page.mdx index c0b59523db..c04ce5c1d7 100644 --- a/apps/formbricks-com/app/docs/api/management/surveys/page.mdx +++ b/apps/formbricks-com/app/docs/api/management/surveys/page.mdx @@ -146,7 +146,7 @@ This set of API can be used to { "id": "lkjaxb73ulydzeumhd51sx9g", "type": "openText", - "headline": "What is the main benefit your receive from My Product?", + "headline": "What is the main benefit you receive from My Product?", "required": true }, { diff --git a/apps/formbricks-com/components/dummyUI/templates.ts b/apps/formbricks-com/components/dummyUI/templates.ts index 0dbc654ba0..cc7abdd3bf 100644 --- a/apps/formbricks-com/components/dummyUI/templates.ts +++ b/apps/formbricks-com/components/dummyUI/templates.ts @@ -134,7 +134,7 @@ export const templates: TTemplate[] = [ { id: createId(), type: TSurveyQuestionType.OpenText, - headline: "What is the main benefit your receive from Formbricks?", + headline: "What is the main benefit you receive from Formbricks?", inputType: "text", longAnswer: true, required: true, diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/templates/templates.ts b/apps/web/app/(app)/environments/[environmentId]/surveys/templates/templates.ts index f59777e2b1..58afb2a20d 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/templates/templates.ts +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/templates/templates.ts @@ -406,7 +406,7 @@ export const templates: TTemplate[] = [ { id: createId(), type: TSurveyQuestionType.OpenText, - headline: "What is the main benefit your receive from {{productName}}?", + headline: "What is the main benefit you receive from {{productName}}?", required: true, inputType: "text", },