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 ? (