diff --git a/ConfJuvApp/www/index.html b/ConfJuvApp/www/index.html index a4dff7a..7624c03 100644 --- a/ConfJuvApp/www/index.html +++ b/ConfJuvApp/www/index.html @@ -3,7 +3,7 @@ - + #3confjuv diff --git a/ConfJuvApp/www/js/utils.js b/ConfJuvApp/www/js/utils.js index cf07df4..3771770 100644 --- a/ConfJuvApp/www/js/utils.js +++ b/ConfJuvApp/www/js/utils.js @@ -26,7 +26,7 @@ var ConfJuvAppUtils = { shareOnTwitter: function() { var title = document.getElementById('proposal-title').innerHTML, id = document.getElementById('proposal-id').innerHTML, - text = 'Apoie a minha proposta para a #3ConfJuv: ' + title + ' ' + ConfJuvAppConfig.noosferoApiPublicHost + '/?proposal=' + id, + text = 'Comente minha proposta para a #3ConfJuv: ' + title + ' ' + ConfJuvAppConfig.noosferoApiPublicHost + '/?proposal=' + id, url = 'https://twitter.com/intent/tweet?text=' + encodeURIComponent(text); return url; }, -- libgit2 0.21.2