mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: copy
This commit is contained in:
@@ -174,9 +174,9 @@
|
||||
{#if selectedOrgId && (selectedOrg?.billingPlan !== BillingPlan.PRO || !selectedOrg?.paymentMethodId)}
|
||||
{#if selectedOrgId === newOrgId}
|
||||
<InputText
|
||||
label="Name"
|
||||
label="Organization name"
|
||||
placeholder="Enter organization name"
|
||||
id="name"
|
||||
placeholder="Organization name"
|
||||
required
|
||||
bind:value={name} />
|
||||
{/if}
|
||||
|
||||
@@ -195,8 +195,8 @@
|
||||
<FormList>
|
||||
<InputText
|
||||
bind:value={name}
|
||||
label="Name"
|
||||
placeholder="Enter name"
|
||||
label="Organization name"
|
||||
placeholder="Enter organization name"
|
||||
id="name"
|
||||
required />
|
||||
</FormList>
|
||||
|
||||
Reference in New Issue
Block a user