Skip to content

Commit

Permalink
Updated feature list (#11061)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley authored Sep 12, 2024
1 parent 8908a73 commit 8eb9e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/dashboard/src/layouts/Samples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface Sample {
/** The full list of templates. */
export const SAMPLES: Sample[] = [
{
title: 'Blank Project',
title: 'New Project',
id: 'Default',
description: 'Start with a blank workflow.',
background: `url("${BlankImage}") center / cover`,
Expand Down
6 changes: 3 additions & 3 deletions app/ide-desktop/common/src/text/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,17 +567,17 @@
"soloPlanName": "Solo",
"soloPlanSubtitle": "For individuals",
"soloPlanPricing": "$60 per user / month, billed annually",
"soloPlanFeatures": "Everything from free plan; 10GB Cloud Storage; 1 User; Datalinks; Version Control for files and workflows; Enso Copilot",
"soloPlanFeatures": "Everything from free plan; 10GB Cloud Storage; Single user only; Cloud catalog and execution; Secrets and Datalinks; Basic Version Control",
"soloPlanSeatsDescription": "This plan is only for a single user",
"teamPlanName": "Team",
"teamPlanSubtitle": "For small teams",
"teamPlanPricing": "$150 per user / month, billed annually",
"teamPlanFeatures": "Everything from free plan; 100GB Cloud Storage; Up to 10 users sharing; Datalinks; Version Control for files and workflows; Enso Copilot; Multiple Lifecycle Environments",
"teamPlanFeatures": "Everything from Solo plan; 100GB Cloud Storage; Up to 10 users; Time-based Scheduling; Advanced Version Control; Browser based execution; Basic audit logs",
"teamPlanSeatsDescription": "This plan allows to buy up to $0 seats",
"enterprisePlanName": "Enterprise",
"enterprisePlanSubtitle": "For large organizations",
"enterprisePlanPricing": "$250 per user / month, billed annually",
"enterprisePlanFeatures": "Everything from free plan; 1000+GB Cloud Storage; Unlimited users sharing; Datalinks; Version Control for files and workflows; Enso Copilot; Multiple Lifecycle Environments; Data access and modification logs; Priority Support; Fine-grained files and workflows permissions; Federated Log On",
"enterprisePlanFeatures": "Everything from Team plan; 1000+GB Cloud Storage; Unlimited users; Advanced Scheduling; REST API; Data access and modification logs; Priority Support; Fine-grained permission Model; Federated Log On",
"enterprisePlanSeatsDescription": "This plan does not have a limit on the number of seats",
"subscribe": "Subscribe",
"currentPlan": "Current Plan",
Expand Down

0 comments on commit 8eb9e21

Please sign in to comment.