diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 9b99614..169b67c 100755 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -2254,6 +2254,7 @@ "upgradePlan": "Upgrade Plan", "changePlan": "Change Plan", "cancelSubscription": "Cancel Subscription", + "cancelAfterGuarantee": "To cancel after the guarantee period, go to Profile", "planFeatures": "Plan Features", "limits": "Limits", "accounts": "Accounts", diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 81467e3..a2d0ae8 100755 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -2256,6 +2256,7 @@ "upgradePlan": "Mejorar Plan", "changePlan": "Cambiar Plan", "cancelSubscription": "Cancelar Suscripción", + "cancelAfterGuarantee": "Para cancelar después del período de garantía, ve a Perfil", "planFeatures": "Características del Plan", "limits": "Límites", "accounts": "Cuentas", diff --git a/frontend/src/i18n/locales/pt-BR.json b/frontend/src/i18n/locales/pt-BR.json index 0a603dd..61b2bfe 100755 --- a/frontend/src/i18n/locales/pt-BR.json +++ b/frontend/src/i18n/locales/pt-BR.json @@ -2274,6 +2274,7 @@ "upgradePlan": "Fazer Upgrade", "changePlan": "Trocar Plano", "cancelSubscription": "Cancelar Assinatura", + "cancelAfterGuarantee": "Para cancelar após o período de garantia, vá em Perfil", "planFeatures": "Recursos do Plano", "limits": "Limites", "accounts": "Contas", diff --git a/frontend/src/pages/Billing.jsx b/frontend/src/pages/Billing.jsx index 3b143d2..7000f81 100755 --- a/frontend/src/pages/Billing.jsx +++ b/frontend/src/pages/Billing.jsx @@ -234,12 +234,20 @@ export default function Billing() { > {t('billing.changePlan')} - + {withinGuaranteePeriod && ( + + )} + {!withinGuaranteePeriod && ( +