mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #680 from appwrite/fix-free-extension-date
fix: free date extension
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
</script>
|
||||
|
||||
<HeaderAlert title="You are limited to one free organization per account">
|
||||
All but one organization will be automatically upgraded to a Pro plan on <b>01 Feb 2024</b>. You
|
||||
can add a payment method or transfer projects from your settings.
|
||||
All but one organization will be automatically upgraded to a Pro plan on <b>31 January 2024</b>.
|
||||
You can add a payment method or transfer projects from your settings.
|
||||
|
||||
<svelte:fragment slot="buttons">
|
||||
<Button secondary href="/console/account/organizations">View organizations</Button>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
Appwrite Pro is now available. To facilitate a smooth transition for your projects, Starter plan
|
||||
will maintain its current state of unlimited resource usage. This extension will be in effect
|
||||
until January 15th, 2024.
|
||||
until January 31st, 2024.
|
||||
|
||||
{#if $organization.billingPlan === 'tier-0'}
|
||||
<p class="text">
|
||||
|
||||
Reference in New Issue
Block a user