diff --git a/xg.js b/xg.js
index 3872ccf67a2523f8345271e77c9837d7f0c0f543..9ecac1298aab2261f70870c0ae3697d60bbfc185 100644
--- a/xg.js
+++ b/xg.js
@@ -108,7 +108,7 @@
         // Crear un nuevo título
         svgContainer.select("h2").remove(); // Eliminar título anterior si existe
         svgContainer.append("h2")
-            .text(`xG vs Goles anotados: ${trophie} ${year}-${year + 1}`)
+            .text(`xG(goles esperados) vs Goles anotados: ${trophie} ${year}-${year + 1}`)
             .style("text-align", "center-left")
             .style("margin-bottom", "10px");
     
diff --git a/xg2.js b/xg2.js
index 393719b569bdf765f0c854d26353f20fb913383d..14ef6decb274c57c4d5d9c366ccf5af6c4eec049 100644
--- a/xg2.js
+++ b/xg2.js
@@ -105,7 +105,7 @@
         // Crear un nuevo título
         svgContainer.select("h2").remove(); // Eliminar título anterior si existe
         svgContainer.append("h2")
-            .text(`Diferencia xG-Goles anotados: ${trophie} ${year}-${year + 1}`)
+            .text(`Diferencia Goles anotados-xG(goles esperados): ${trophie} ${year}-${year + 1}`)
             .style("text-align", "center-left")
             .style("margin-bottom", "10px");