Skip to content

Commit

Permalink
Update search.html.erb
Browse files Browse the repository at this point in the history
Translate from Precedent & Suivant to... c'est mieux.
:previous_label => 'Previous', :next_label => 'Next'
  • Loading branch information
tboeckmann committed Aug 29, 2013
1 parent ab991b6 commit 952b694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap/views/articles/search.html.erb
Expand Up @@ -15,5 +15,5 @@
<% end %>

<div id='paginate'>
<%= paginate @articles, { :previous_label => 'Précédent', :next_label => 'Suivant' } %>
<%= paginate @articles, { :previous_label => 'Previous', :next_label => 'Next' } %>
</div>

0 comments on commit 952b694

Please sign in to comment.