We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f581e7a + 6f57562 commit cb48a4eCopy full SHA for cb48a4e
1 file changed
src/routes/(console)/organization-[organization]/change-plan/+page.svelte
@@ -449,7 +449,7 @@
449
</Fieldset>
450
{/if}
451
{#if isDowngrade && selectedPlan.group === BillingPlanGroup.Starter && !data.hasFreeOrgs}
452
- <Fieldset legend="Reason for plan change">
+ <Fieldset legend="Feedback">
453
<Layout.Stack gap="xl">
454
<!--<InputSelect
455
id="reason"
@@ -461,7 +461,8 @@
461
<InputTextarea
462
id="comment"
463
required
464
- placeholder="Please enter your feedback"
+ 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."
466
bind:value={feedbackMessage} />
467
</Layout.Stack>
468
0 commit comments