Commit 455e28783ef052b4b0c3c7697c96c00608c730b9
1 parent
559c3356
Exists in
master
and in
3 other branches
Adding title attribute to tooltip element
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/comments_extra_field.html.erb
1 | 1 | <div id="input_institution_comments"> |
2 | 2 | <%= label_tag "input_institution", _("Organization name or Enterprise name")%> |
3 | - <span class="star-tooltip" title="Digite o nome da empresa ou organização"></span> | |
3 | + <span class="star-tooltip" title="Órgão ou Empresa que você representa e utiliza o software"></span> | |
4 | 4 | <input type="text" id="input_institution"> |
5 | 5 | |
6 | 6 | <%= content_tag(:div, _("No institution found"), | ... | ... |