diff --git a/web/app/components/billing/plan/index.tsx b/web/app/components/billing/plan/index.tsx index 034c999b9c..3ef03e2329 100644 --- a/web/app/components/billing/plan/index.tsx +++ b/web/app/components/billing/plan/index.tsx @@ -6,6 +6,7 @@ import { RiBook2Line, RiBox3Line, RiFileEditLine, + RiGraduationCapLine, RiGroup3Line, RiGroupLine, RiSquareLine, @@ -15,6 +16,7 @@ import VectorSpaceInfo from '../usage-info/vector-space-info' import AppsInfo from '../usage-info/apps-info' import UpgradeBtn from '../upgrade-btn' import { useProviderContext } from '@/context/provider-context' +import Button from '@/app/components/base/button' import UsageInfo from '@/app/components/billing/usage-info' type Props = { @@ -58,14 +60,22 @@ const PlanComp: FC = ({
{t(`billing.plans.${type}.for`)}
- {(plan.type as any) !== SelfHostedPlan.enterprise && ( - - )} +
+ {/* {(plan.type === Plan.sandbox || plan.type === Plan.professional) && ( */} + + {/* )} */} + {(plan.type as any) !== SelfHostedPlan.enterprise && ( + + )} +
{/* Plan detail */} diff --git a/web/i18n/en-US/billing.ts b/web/i18n/en-US/billing.ts index cbc83d12a0..51de232e1a 100644 --- a/web/i18n/en-US/billing.ts +++ b/web/i18n/en-US/billing.ts @@ -14,6 +14,7 @@ const translation = { encourage: 'Upgrade Now', encourageShort: 'Upgrade', }, + educationVerification: 'Get Education Verified', viewBilling: 'Manage billing and subscriptions', buyPermissionDeniedTip: 'Please contact your enterprise administrator to subscribe', plansCommon: { diff --git a/web/i18n/zh-Hans/billing.ts b/web/i18n/zh-Hans/billing.ts index 5040ca0a59..a305c1267a 100644 --- a/web/i18n/zh-Hans/billing.ts +++ b/web/i18n/zh-Hans/billing.ts @@ -13,6 +13,7 @@ const translation = { encourage: '立即升级', encourageShort: '升级', }, + educationVerification: '获得教育认证', viewBilling: '管理账单及订阅', buyPermissionDeniedTip: '请联系企业管理员订阅', plansCommon: {