···234234 <Section>
235235 <SectionHeader className="h-8 flex-row items-center justify-between">
236236 <SectionDescription>
237237- We'd love to know how you heard about us. This will help us
238238- improve our product and services.
237237+ We'd love to know what you are looking for with openstatus.
238238+ This will help us improve our product and services.
239239 </SectionDescription>
240240 </SectionHeader>
241241 <LearnFromForm
242242 onSubmit={async (values) => {
243243 await createFeedbackMutation.mutateAsync({
244244- message: `I learned about OpenStatus from *${values.from}${
244244+ message: `I want to use OpenStatus for *${values.from}${
245245 values.other ? `: ${values.other || "others"}` : ""
246246 }*`,
247247 });