diff --git a/index.html b/index.html
index b787487..9be52e2 100644
--- a/index.html
+++ b/index.html
@@ -2217,7 +2217,7 @@
document.getElementById(span_precio).innerHTML =
"Gratis!
Usando puntos";
} else {
- document.getElementById(span_precio).innerHTML = `Pagando ${precio}`
+ document.getElementById(span_precio).innerHTML = `Pagando ${precio}c`
}
// Acciónes
document.getElementById(btn_Pedido).onclick = () => {