A couple of copy changes (#3608)
* Update feature copy * Update from yearly to annual language --------- Co-authored-by: andrewwallacespeckle <andrew@speckle.systems>
This commit is contained in:
committed by
GitHub
parent
e9b2810129
commit
95d8f162d6
@@ -35,7 +35,7 @@
|
||||
£{{ seatPrice[Roles.Workspace.Member] }} per seat/month, billed
|
||||
{{
|
||||
subscription?.billingInterval === BillingInterval.Yearly
|
||||
? 'yearly'
|
||||
? 'annually'
|
||||
: 'monthly'
|
||||
}}
|
||||
</p>
|
||||
@@ -46,7 +46,7 @@
|
||||
statusIsTrial
|
||||
? 'Expected bill'
|
||||
: subscription?.billingInterval === BillingInterval.Yearly
|
||||
? 'Yearly bill'
|
||||
? 'Annual bill'
|
||||
: 'Monthly bill'
|
||||
}}
|
||||
</h3>
|
||||
@@ -86,7 +86,7 @@
|
||||
<span class="capitalize">
|
||||
{{
|
||||
subscription?.billingInterval === BillingInterval.Yearly
|
||||
? 'Yearly'
|
||||
? 'Annual'
|
||||
: 'Monthly'
|
||||
}}
|
||||
</span>
|
||||
|
||||
@@ -32,7 +32,7 @@ export const pricingPlansConfig: {
|
||||
[PlanFeaturesList.GuestUsers]: {
|
||||
name: PlanFeaturesList.GuestUsers,
|
||||
description: (price?: number) =>
|
||||
`Give guests access to specific projects £${price}/month/guest`
|
||||
`Give guests access to specific projects in the workspace at £${price}/month/guest`
|
||||
},
|
||||
[PlanFeaturesList.PrivateAutomateFunctions]: {
|
||||
name: PlanFeaturesList.PrivateAutomateFunctions,
|
||||
@@ -49,7 +49,7 @@ export const pricingPlansConfig: {
|
||||
},
|
||||
[PlanFeaturesList.CustomDataRegion]: {
|
||||
name: PlanFeaturesList.CustomDataRegion,
|
||||
description: () => `Store the workspace data in a custom region of choice`
|
||||
description: () => `Store the workspace data in a custom region`
|
||||
},
|
||||
[PlanFeaturesList.PrioritySupport]: {
|
||||
name: PlanFeaturesList.PrioritySupport,
|
||||
|
||||
Reference in New Issue
Block a user