From 7074850fb125ca875e2d296697797069a1a945cc Mon Sep 17 00:00:00 2001 From: Maria A Nunez Date: Fri, 13 Oct 2023 11:57:56 -0400 Subject: [PATCH] Remove professional plus from in-product pricing (#24727) * Remove professional plus from cloud pricing * Removed additional unused strings --- .../src/components/pricing_modal/content.tsx | 13 ------------- webapp/channels/src/i18n/de.json | 3 --- webapp/channels/src/i18n/en.json | 3 --- webapp/channels/src/i18n/en_AU.json | 3 --- webapp/channels/src/i18n/es.json | 3 --- webapp/channels/src/i18n/fa.json | 2 -- webapp/channels/src/i18n/fy.json | 3 --- webapp/channels/src/i18n/hu.json | 3 --- webapp/channels/src/i18n/ja.json | 3 --- webapp/channels/src/i18n/lt.json | 3 --- webapp/channels/src/i18n/nl.json | 3 --- webapp/channels/src/i18n/pl.json | 3 --- webapp/channels/src/i18n/ru.json | 3 --- webapp/channels/src/i18n/sv.json | 3 --- webapp/channels/src/i18n/tr.json | 3 --- 15 files changed, 54 deletions(-) diff --git a/webapp/channels/src/components/pricing_modal/content.tsx b/webapp/channels/src/components/pricing_modal/content.tsx index b81f947c82..e31ad3f57f 100644 --- a/webapp/channels/src/components/pricing_modal/content.tsx +++ b/webapp/channels/src/components/pricing_modal/content.tsx @@ -396,7 +396,6 @@ function Content(props: ContentProps) { items: hasLimits ? starterBriefing : legacyStarterBriefing, }} /> - ) } @@ -440,18 +439,6 @@ function Content(props: ContentProps) { formatMessage({id: 'pricing_modal.extra_briefing.professional.guestAccess', defaultMessage: 'Guest access with MFA enforcement'}), ], }} - planAddonsInfo={{ - title: formatMessage({id: 'pricing_modal.addons.title', defaultMessage: 'Available Add-ons'}), - items: [ - { - title: formatMessage({id: 'pricing_modal.addons.professionalPlusSupport', defaultMessage: 'Professional-Plus Support'}), - items: [ - formatMessage({id: 'pricing_modal.addons.247Coverage', defaultMessage: '24x7 coverage'}), - formatMessage({id: 'pricing_modal.addons.4hourL1L2Response', defaultMessage: '4 hour L1&L2 response'}), - ], - }, - ], - }} />