Browse Source

fix(i18n): corrected typo in Spanish translation for "Reasoning Tags"

Typo fixed in Spanish translation file at line 1240 of `open-webui/src/lib/i18n/locales/es-ES/translation.json`:

- Incorrect: "Eriquetas de Razonamiento"
- Correct:   "Etiquetas de Razonamiento"

This improves clarity and consistency in the UI.
Akutangulo 1 week ago
parent
commit
7448cf6c65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/i18n/locales/es-ES/translation.json

+ 1 - 1
src/lib/i18n/locales/es-ES/translation.json

@@ -1237,7 +1237,7 @@
 	"Read more →": "Leer más →",
 	"Reason": "Razonamiento",
 	"Reasoning Effort": "Esfuerzo del Razonamiento",
-	"Reasoning Tags": "Eriquetas de Razonamiento",
+	"Reasoning Tags": "Etiquetas de Razonamiento",
 	"Record": "Grabar",
 	"Record voice": "Grabar voz",
 	"Redirecting you to Open WebUI Community": "Redireccionando a la Comunidad Open-WebUI",