Does anyone know why the entry name isn’t changing to what I want?
<div class="digg_pagination">
<div class="page_info">
<%= page_entries_info @user_prices, :entry_name => 'Price', :plural_name => 'Prices' %>
</div>
<%= will_paginate @user_prices, :container => false %>
</div>
I already tried getting rid of the :plural_name option but that didn’t work either. What could be the problem?
Looks like its just a bug for will paginate so I just went into the translation file itself and did the following:
config/en.yml