Commit aeb85a1ecdcf1d5b4f3aa5eeca0b9a184dd55dc9
1 parent
a0ce88c5
Exists in
master
and in
2 other branches
Fixes 67
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
ConfJuvApp/www/index.html
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height"> | 5 | <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height"> |
6 | - <meta property="og:description" content="Veja a minha proposta para a 3ª Conferência Nacional de Juventude!" /> | 6 | + <meta property="og:description" content="Comente minha proposta para a 3ª Conferência Nacional de Juventude!" /> |
7 | <meta property="og:image" content="http://app.juventude.gov.br/img/avatar.png" /> | 7 | <meta property="og:image" content="http://app.juventude.gov.br/img/avatar.png" /> |
8 | 8 | ||
9 | <title>#3confjuv</title> | 9 | <title>#3confjuv</title> |
ConfJuvApp/www/js/utils.js
@@ -26,7 +26,7 @@ var ConfJuvAppUtils = { | @@ -26,7 +26,7 @@ var ConfJuvAppUtils = { | ||
26 | shareOnTwitter: function() { | 26 | shareOnTwitter: function() { |
27 | var title = document.getElementById('proposal-title').innerHTML, | 27 | var title = document.getElementById('proposal-title').innerHTML, |
28 | id = document.getElementById('proposal-id').innerHTML, | 28 | id = document.getElementById('proposal-id').innerHTML, |
29 | - text = 'Apoie a minha proposta para a #3ConfJuv: ' + title + ' ' + ConfJuvAppConfig.noosferoApiPublicHost + '/?proposal=' + id, | 29 | + text = 'Comente minha proposta para a #3ConfJuv: ' + title + ' ' + ConfJuvAppConfig.noosferoApiPublicHost + '/?proposal=' + id, |
30 | url = 'https://twitter.com/intent/tweet?text=' + encodeURIComponent(text); | 30 | url = 'https://twitter.com/intent/tweet?text=' + encodeURIComponent(text); |
31 | return url; | 31 | return url; |
32 | }, | 32 | }, |