diff --git a/xg2.js b/xg2.js
index 14ef6decb274c57c4d5d9c366ccf5af6c4eec049..1a522dade426a4c880553f021e4d117ebbfb8cd3 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 Goles anotados-xG(goles esperados): ${trophie} ${year}-${year + 1}`)
+            .text(`Diferencia "Goles anotados"-"xG(goles esperados)": ${trophie} ${year}-${year + 1}`)
             .style("text-align", "center-left")
             .style("margin-bottom", "10px");