diff --git a/src/components/Plans/Checkout/CheckoutSummary/AddOnPlanInformation/index.js b/src/components/Plans/Checkout/CheckoutSummary/AddOnPlanInformation/index.js
index 1b3531347..63ef28c2f 100644
--- a/src/components/Plans/Checkout/CheckoutSummary/AddOnPlanInformation/index.js
+++ b/src/components/Plans/Checkout/CheckoutSummary/AddOnPlanInformation/index.js
@@ -1,5 +1,4 @@
import { useIntl } from 'react-intl';
-import { thousandSeparatorNumber } from '../../../../../utils';
import { AddOnType } from '../../../../../doppler-types';
export const AddOnPlanInformation = ({ addOnType, quantity, discount }) => {
@@ -46,7 +45,7 @@ export const AddOnPlanInformation = ({ addOnType, quantity, discount }) => {
}`,
)}
-
{thousandSeparatorNumber(intl.defaultLocale, quantity)}
+ {quantity}
{discount ? (
diff --git a/src/components/Plans/Checkout/CheckoutSummary/CheckoutSummary.js b/src/components/Plans/Checkout/CheckoutSummary/CheckoutSummary.js
index b0e38f436..b560d7659 100644
--- a/src/components/Plans/Checkout/CheckoutSummary/CheckoutSummary.js
+++ b/src/components/Plans/Checkout/CheckoutSummary/CheckoutSummary.js
@@ -17,7 +17,6 @@ import { exception } from 'react-ga';
import { UnexpectedError } from '../../PlanCalculator/UnexpectedError';
import { ACCOUNT_TYPE, thousandSeparatorNumber } from '../../../../utils';
import { TransferInformation } from './TransferInformation/index';
-import { CheckoutSummaryButton } from './CheckoutSummaryButton';
import { CheckoutSummaryTitle } from './CheckoutSummaryTitle/index';
import { MercadoPagoInformation } from './MercadoPagoInformation';
import {
@@ -222,7 +221,7 @@ const PlanMarketingInformation = ({
return (
<>
- Tu plan de email marketing
+ {_(`checkoutProcessSuccess.plan_type_title`)}