Skip to content

Commit cb48a4e

Browse files
committed
Merge branch 'main' into feat-documentsdb
2 parents f581e7a + 6f57562 commit cb48a4e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/routes/(console)/organization-[organization]/change-plan

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
</Fieldset>
450450
{/if}
451451
{#if isDowngrade && selectedPlan.group === BillingPlanGroup.Starter && !data.hasFreeOrgs}
452-
<Fieldset legend="Reason for plan change">
452+
<Fieldset legend="Feedback">
453453
<Layout.Stack gap="xl">
454454
<!--<InputSelect
455455
id="reason"
@@ -461,7 +461,8 @@
461461
<InputTextarea
462462
id="comment"
463463
required
464-
placeholder="Please enter your feedback"
464+
label="What wasn't working for you?"
465+
placeholder="Please share anything that influenced your decision to downgrade. This feedback helps us improve the platform."
465466
bind:value={feedbackMessage} />
466467
</Layout.Stack>
467468
</Fieldset>

0 commit comments

Comments
 (0)