diff --git a/public/locales/en/signup.json b/public/locales/en/signup.json index 93ada23cb..50fb53d86 100644 --- a/public/locales/en/signup.json +++ b/public/locales/en/signup.json @@ -91,6 +91,7 @@ "many_months_payment": "{{qty}} months payment", "our_plans": "Our plans", "discount": "{{discount}} OFF", + "try-again": "Try again", "join-cohort": { "cta": { "lesson": "Join cohort to get access to this lesson", diff --git a/public/locales/es/signup.json b/public/locales/es/signup.json index 4c022f8cb..38da67973 100644 --- a/public/locales/es/signup.json +++ b/public/locales/es/signup.json @@ -91,6 +91,7 @@ "many_months_payment": "{{qty}} pagos mensuales", "our_plans": "Nuestros planes", "discount": "{{discount}} DE DESCUENTO", + "try-again": "Intenta de nuevo", "join-cohort": { "cta": { "lesson": "Únete a la cohorte para poder acceder a esta lección", diff --git a/src/js_modules/checkout/Summary.jsx b/src/js_modules/checkout/Summary.jsx index 71b0d0812..bb99c5fde 100644 --- a/src/js_modules/checkout/Summary.jsx +++ b/src/js_modules/checkout/Summary.jsx @@ -495,7 +495,7 @@ function Summary() { } }} > - {isPaymentSuccess ? 'Start learning' : 'Try again'} + {isPaymentSuccess ? t('start-free-course') : t('try-again')} ) : ( <>