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 = () => { />
- 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
)}packages in Ubuntu main, including:
- -packages in Ubuntu universe, including:
- > ); };