Этот коммит содержится в:
Harshil Sharma
2023-12-25 12:39:20 +05:30
коммит произвёл GitHub
родитель 2d1135ca46
Коммит 6520e570e0
3 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@@ -355,7 +355,6 @@ function Content(props: ContentProps) {
plan='Free'
planSummary={formatMessage({id: 'pricing_modal.planSummary.free', defaultMessage: 'Increased productivity for small teams'})}
price='$0'
rate={formatMessage({id: 'pricing_modal.price.freeForever', defaultMessage: 'Free forever'})}
isCloud={true}
cloudFreeDeprecated={cloudFreeDeprecated}
planLabel={

Просмотреть файл

@@ -185,7 +185,6 @@ function SelfHostedContent(props: ContentProps) {
plan='Free'
planSummary={formatMessage({id: 'pricing_modal.planSummary.free', defaultMessage: 'Increased productivity for small teams'})}
price='$0'
rate={formatMessage({id: 'pricing_modal.price.freeForever', defaultMessage: 'Free forever'})}
isCloud={false}
cloudFreeDeprecated={false}
planLabel={

Просмотреть файл

@@ -4613,7 +4613,6 @@
"pricing_modal.planSummary.enterprise": "Administration, security, and compliance for large teams",
"pricing_modal.planSummary.free": "Increased productivity for small teams",
"pricing_modal.planSummary.professional": "Scalable solutions {br} for growing teams",
"pricing_modal.price.freeForever": "Free forever",
"pricing_modal.questions": "Questions?",
"pricing_modal.rate.seatPerMonth": "USD per seat/month {br}<b>(billed annually)</b>",
"pricing_modal.reach_out": "Reach out to us and well help you decide which plan is right for you and your organization.",