diff --git a/webapp/channels/src/components/pricing_modal/content.tsx b/webapp/channels/src/components/pricing_modal/content.tsx index e31ad3f57f..afbe5811dd 100644 --- a/webapp/channels/src/components/pricing_modal/content.tsx +++ b/webapp/channels/src/components/pricing_modal/content.tsx @@ -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={ diff --git a/webapp/channels/src/components/pricing_modal/self_hosted_content.tsx b/webapp/channels/src/components/pricing_modal/self_hosted_content.tsx index cf91b17129..9394811810 100644 --- a/webapp/channels/src/components/pricing_modal/self_hosted_content.tsx +++ b/webapp/channels/src/components/pricing_modal/self_hosted_content.tsx @@ -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={ diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 083970e0de..6460afcb64 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -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}(billed annually)", "pricing_modal.reach_out": "Reach out to us and we’ll help you decide which plan is right for you and your organization.",