diff --git a/apps/formbricks-com/components/docs/docsFaq.tsx b/apps/formbricks-com/components/docs/docsFaq.tsx index 6eec399a2a..962e01fa9d 100644 --- a/apps/formbricks-com/components/docs/docsFaq.tsx +++ b/apps/formbricks-com/components/docs/docsFaq.tsx @@ -45,6 +45,15 @@ const FAQ_DATA = [ ), }, + { + question: "How can I change Button texts in my survey?", + answer: () => ( + <> + For the question that you want to change the button text, click on the Show Advanced Settings{" "} + toggle and change the button label in the Button Text field. + + ), + }, ]; export const faqJsonLdData = FAQ_DATA.map((faq) => ({ diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx index 0445a7234f..0a0b63eb57 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/edit/components/QuestionCard.tsx @@ -256,7 +256,7 @@ export default function QuestionCard({ ) : null}
- + {openAdvanced ? ( ) : (