diff --git a/views/blocks/software_statistics.html.erb b/views/blocks/software_statistics.html.erb
index b651be6..ef23fe1 100644
--- a/views/blocks/software_statistics.html.erb
+++ b/views/blocks/software_statistics.html.erb
@@ -1,11 +1,10 @@
- - <%= pluralize(profile.hits, 'visita', 'visitas') %>
- - <%= pluralize(total_downloads, 'download', 'downloads') %>
- - <%= block.benefited_people.to_s + _(' benefited people*') %>
- - <%= number_to_currency(block.saved_resources, unit: 'R$ ', separator: ',', delimiter: '.') %> <%= _(' saved resources*') %>
+ - <%= pluralize(profile.hits, 'visita', 'visitas') %>
+ - <%= pluralize(total_downloads, 'download', 'downloads') %>
+ - <%= block.benefited_people.to_s + _(' benefited people*') %>
+ - <%= number_to_currency(block.saved_resources, unit: 'R$ ', separator: ',', delimiter: '.') %> <%= _(' saved resources*') %>
-
* <%= _("Data estimated by the software administrator.") %>
--
libgit2 0.21.2