diff --git a/index.html b/index.html index 38425eb68782ac49522ad5a0b844dd4d5c4865a7..bdba0e5ea8a688c300b55474f25975d47227efe0 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ Created by Gabriele Cirulli. Based on 1024 by Veewo Studio.

- Tweet + Tweet
diff --git a/js/html_actuator.js b/js/html_actuator.js index a68d60005f1e3b1994656d8d5da5e55e6f537121..fac7c82a9e9489e1b9dbf009872f903205834e26 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -130,7 +130,7 @@ HTMLActuator.prototype.scoreTweetButton = function () { tweet.setAttribute("data-via", "gabrielecirulli"); tweet.textContent = "Tweet"; - var text = "I scored " + this.score + " points at 2048, a game where you " + + var text = "I scored " + this.score + " points at #2048, a game where you " + "join numbers to score high!"; tweet.setAttribute("data-text", text);