diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4aa50fcb5..c7188d7db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refreshed the cryptocurrencies list
+- Improved the language localization for Spanish (`es`)
## 2.240.0 - 2026-02-18
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index fb4773203..77d82abbd 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -7883,7 +7883,7 @@
Fee Ratio (legacy)
- Relación de tarifas
+ Relación de tarifas (heredado)apps/client/src/app/pages/i18n/i18n-page.html152
@@ -7907,7 +7907,7 @@
Fee Ratio
- Fee Ratio
+ Relación de tarifasapps/client/src/app/pages/i18n/i18n-page.html161
@@ -7915,7 +7915,7 @@
The fees do exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
- The fees do exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
+ Las tarifas superan el ${thresholdMax}% de su volumen total de inversión (${feeRatio}%)apps/client/src/app/pages/i18n/i18n-page.html163
@@ -7923,7 +7923,7 @@
The fees do not exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
- The fees do not exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
+ Las tarifas no superan el ${thresholdMax}% de su volumen total de inversión (${feeRatio}%)apps/client/src/app/pages/i18n/i18n-page.html167