Merge branch 'master' of github.com:budibase/budibase into budibase-ai-2
This commit is contained in:
commit
8398fcd5b7
|
@ -20,6 +20,7 @@
|
|||
import { API } from "@/api"
|
||||
import { onMount } from "svelte"
|
||||
import { sdk } from "@budibase/shared-core"
|
||||
import { getFormattedPlanName } from "@/helpers/planTitle"
|
||||
|
||||
$: license = $auth.user.license
|
||||
$: upgradeUrl = `${$admin.accountPortalUrl}/portal/upgrade`
|
||||
|
@ -260,7 +261,11 @@
|
|||
<Layout gap="XS" noPadding>
|
||||
<Heading size="XS">Plan</Heading>
|
||||
<Layout noPadding gap="S">
|
||||
<Body size="S">You are currently on the {license.plan.type} plan</Body>
|
||||
<Body size="S"
|
||||
>You are currently on the <b
|
||||
>{getFormattedPlanName(license.plan.type)}</b
|
||||
></Body
|
||||
>
|
||||
<div>
|
||||
<Body size="S"
|
||||
>If you purchase or update your plan on the account</Body
|
||||
|
|
Loading…
Reference in New Issue