diff --git a/app/views/profile_search/_results_list.html.erb b/app/views/profile_search/_results_list.html.erb index 5b68f41..29147a6 100644 --- a/app/views/profile_search/_results_list.html.erb +++ b/app/views/profile_search/_results_list.html.erb @@ -1,7 +1,7 @@
<% if @results %>
- <%= _("%s results found") % @results.total_entries %> + <%= n_("%s result found", "%s results found", @results.total_entries) % @results.total_entries %>