File tree Expand file tree Collapse file tree
organization-[organization]/change-plan
project-[region]-[project]
databases/database-[database]/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 "@appwrite.io/pink-icons" : " 0.25.0" ,
2727 "@appwrite.io/pink-icons-svelte" : " https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@5b26bb8" ,
2828 "@appwrite.io/pink-legacy" : " ^1.0.3" ,
29-
3029 "@appwrite.io/pink-svelte" : " https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@34802a6" ,
3130 "@faker-js/faker" : " ^9.9.0" ,
3231 "@popperjs/core" : " ^2.11.8" ,
Original file line number Diff line number Diff line change 262262{#if showSelectProject }
263263 <Modal bind:show ={showSelectProject } title ="Manage projects" onSubmit ={updateSelected }>
264264 <svelte:fragment slot =" description" >
265- Choose which {freePlanLimits .projects } projects to keep. Projects over the limit will be
266- blocked after your billing cycle ends on {toLocaleDate (
267- $organization .billingNextInvoiceDate
268- )}.
265+ Choose which {freePlanLimits .projects } projects to keep. Projects over the limit will be blocked
266+ after your billing cycle ends on {toLocaleDate ($organization .billingNextInvoiceDate )}.
269267 </svelte:fragment >
270268
271269 {#if error }
Original file line number Diff line number Diff line change 382382 {:else }
383383 After switching plans,
384384 <b
385- >you will be charged {price } monthly for {extraMembers } team
386- members.</b >
385+ >you will be charged {price } monthly for {extraMembers } team members.</b >
387386 This will be reflected in your next invoice.
388387 {/if }
389388 </Alert .Inline >
Original file line number Diff line number Diff line change 4949 </svelte:fragment >
5050 <svelte:fragment slot =" title"
5151 >Upgrade to remove {resolvedProfile .platform } branding</svelte:fragment >
52- Upgrade to a {nextTier } plan to remove the {resolvedProfile .platform } branding from your
53- emails.
52+ Upgrade to a {nextTier } plan to remove the {resolvedProfile .platform } branding from your emails.
5453
5554 <svelte:fragment let:source slot =" cta" >
5655 <Button
Original file line number Diff line number Diff line change 100100
101101 <CardGrid >
102102 <svelte:fragment slot =" title" >Delete database</svelte:fragment >
103- The database will be permanently deleted, including all tables within it. This action is
104- irreversible.
103+ The database will be permanently deleted, including all tables within it. This action is irreversible.
105104 <svelte:fragment slot =" aside" >
106105 <BoxAvatar >
107106 <svelte:fragment slot =" title" >
You can’t perform that action at this time.
0 commit comments