diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index c7bbef0fd4..8cf14cc2e3 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1169,6 +1169,7 @@ "please_wait": "", "plus_additional_collaborators_document_history_track_changes_and_more": "", "plus_more": "", + "plus_x_additional_licenses_for_a_total_of_y_users": "", "postal_code": "", "postal_code_sentence_case": "", "premium_feature": "", @@ -1582,7 +1583,6 @@ "suggestion_applied": "", "support_for_your_browser_is_ending_soon": "", "supports_up_to_x_users": "", - "supports_up_to_x_users_incl_y_additional_licenses": "", "sure_you_want_to_cancel_plan_change": "", "sure_you_want_to_change_plan": "", "sure_you_want_to_delete": "", diff --git a/services/web/frontend/js/features/subscription/components/dashboard/states/active/active-new.tsx b/services/web/frontend/js/features/subscription/components/dashboard/states/active/active-new.tsx index 6db4f68856..070a68275e 100644 --- a/services/web/frontend/js/features/subscription/components/dashboard/states/active/active-new.tsx +++ b/services/web/frontend/js/features/subscription/components/dashboard/states/active/active-new.tsx @@ -173,7 +173,7 @@ export function ActiveSubscriptionNew({

{isLegacyPlan && subscription.recurly.additionalLicenses > 0 ? ( __additionalLicenses__ additional license(s) for a total of <1>__count__ users", "popular_tags": "Popular Tags", "portal_add_affiliation_to_join": "It looks like you are already logged in to __appName__. If you have a __portalTitle__ email you can add it now.", "position": "Position", @@ -2080,7 +2081,6 @@ "support": "Support", "support_for_your_browser_is_ending_soon": "Support for your browser is ending soon", "supports_up_to_x_users": "Supports up to <0>__count__ users", - "supports_up_to_x_users_incl_y_additional_licenses": "Supports up to <0>__count__ users (Incl. <1>__additionalLicenses__ additional license(s))", "sure_you_want_to_cancel_plan_change": "Are you sure you want to revert your scheduled plan change? You will remain subscribed to the <0>__planName__ plan.", "sure_you_want_to_change_plan": "Are you sure you want to change plan to <0>__planName__?", "sure_you_want_to_delete": "Are you sure you want to permanently delete the following files?",