Commit 4cf7eff3f3589483125d739ca492da9417ff8876
1 parent
639b6756
Exists in
master
and in
4 other branches
Fix typo.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/blocks/software_highlights.html.erb
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | <!-- popover html structure --> |
4 | 4 | <!-- <a> link to fire popover --> |
5 | -<a class="toggle-popover">mais informaçõs</a> | |
5 | +<a class="toggle-popover">mais informações</a> | |
6 | 6 | <!-- <span> to handle popover options --> |
7 | 7 | <span class="popover-span" data-toggle="popover" data-placement="top" data-class="highlights-popover">?</span> |
8 | 8 | <!-- <div> with html content of popover | ... | ... |