diff --git a/static/js/src/advantage/subscribe/react/components/Form/Feature/Feature.tsx b/static/js/src/advantage/subscribe/react/components/Form/Feature/Feature.tsx index 7f59cfd773f..61a4cada240 100644 --- a/static/js/src/advantage/subscribe/react/components/Form/Feature/Feature.tsx +++ b/static/js/src/advantage/subscribe/react/components/Form/Feature/Feature.tsx @@ -52,7 +52,7 @@ const Feature = () => { />
{ -

{feature === Features.pro ? "25000" : "2300"}

+

{feature === Features.pro ? "25,000" : "2,300"}

- Covers {feature === Features.pro ? "25000" : "2300"} packages in + Covers {feature === Features.pro ? "25,000" : "2,300"} packages in Ubuntu Main {feature === Features.pro ? "and Universe" : ""}

@@ -84,18 +84,17 @@ const Feature = () => { })} />

- LTS standard security maintenance for Ubuntu Main (initial 5 years) + 10 years of security maintenance for packages in Ubuntu Main repository

{feature === Features.pro && (

- LTS Expanded Security Maintenance (ESM) for Ubuntu Main - (additional 5 years) + 10 years of security maintenance for packages in Ubuntu Universe repository

)}
- +
@@ -331,26 +330,6 @@ const Feature = () => {
- - -

2,300+

-

packages in Ubuntu main, including:

- - -

23,000+

-

packages in Ubuntu universe, including:

- ); };