diff --git a/components/Footer/index.tsx b/components/Footer/index.tsx
index ece10d1a9..f07e8a4b4 100644
--- a/components/Footer/index.tsx
+++ b/components/Footer/index.tsx
@@ -28,6 +28,16 @@ const Footer = () => {
>
© Exactly {date.getFullYear()}
+
+
+ {t('Terms and Conditions')}
+
+
+ |
+
+
+
diff --git a/i18n/es/translation.json b/i18n/es/translation.json
index eedef0aaa..493db67ea 100644
--- a/i18n/es/translation.json
+++ b/i18n/es/translation.json
@@ -507,5 +507,6 @@
"BEST RETURN": "MEJOR RETORNO",
"Est. Output": "Monto Estimado",
"Gas fees": "Costo de la transacción",
- "No routes": "No hay rutas"
+ "No routes": "No hay rutas",
+ "Terms and Conditions": "Términos y Condiciones"
}