diff --git a/static/js/src/advantage/subscribe/react/components/ProductSummary/ProductSummary.tsx b/static/js/src/advantage/subscribe/react/components/ProductSummary/ProductSummary.tsx index c38842b5e12..20efc6b85e5 100644 --- a/static/js/src/advantage/subscribe/react/components/ProductSummary/ProductSummary.tsx +++ b/static/js/src/advantage/subscribe/react/components/ProductSummary/ProductSummary.tsx @@ -121,9 +121,7 @@ const ProductSummary = () => { > {product?.canBeTrialled && productUser !== ProductUsers.myself ? ( - - Free trial available - + Free trial on checkout ) : null} @@ -206,9 +204,7 @@ const ProductSummary = () => { {product?.canBeTrialled && productUser !== ProductUsers.myself ? ( - - Free trial available - + Free trial on checkout ) : null}