diff --git a/themes/bootstrap/views/articles/search.html.erb b/themes/bootstrap/views/articles/search.html.erb index 8c54412c2b..2ca8366e2e 100644 --- a/themes/bootstrap/views/articles/search.html.erb +++ b/themes/bootstrap/views/articles/search.html.erb @@ -15,5 +15,5 @@ <% end %>
-<%= paginate @articles, { :previous_label => 'Précédent', :next_label => 'Suivant' } %> +<%= paginate @articles, { :previous_label => 'Previous', :next_label => 'Next' } %>