diff --git a/js/html_actuator.js b/js/html_actuator.js index 16cf9da243..5d0106847f 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -172,7 +172,7 @@ HTMLActuator.prototype.scoreTweetButton = function () { tweet.setAttribute("href", "https://twitter.com/share"); tweet.textContent = "Tweet"; - var text = "" + this.score + " points in Udacity2048! http://ow.ly/vpoFS Code your own game in their 2 hour mini course http://ow.ly/vpaLY #2048game" + var text = "" + this.score + " points in Udacity2048! http://ow.ly/vpoFS Code your own game in their new mini course http://ow.ly/vpaLY #2048game" tweet.setAttribute("data-text", text); return tweet;