Commit 8f3cdf6d9dbf29d0ad2273e25d99f4d2fe17b222
1 parent
58a74bee
Exists in
pkg_fixes
Change translation of rating tasks on orgatization ratings plugin
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
theme.js
... | ... | @@ -225,7 +225,8 @@ $('#link-buscar').click(function(e) { |
225 | 225 | } |
226 | 226 | |
227 | 227 | function set_use_report_content() { |
228 | - $('.make-report-block .make-report-container .button-bar a span').html('avaliar o software'); | |
228 | + $('.profile-homepage .organization-average-rating-container .rate-this-organization a').html('Avalie o software'); | |
229 | + $('.make-report-block .make-report-container .button-bar a span').html('Avalie o software'); | |
229 | 230 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); |
230 | 231 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); |
231 | 232 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato'); | ... | ... |