Commit 15e3d3adacbc15bb27cd4d467a751dafb92aba31

Authored by Antonio Terceiro
1 parent 1ee26ba6

ActionItem862: no need to duplicate the enterprise name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/catalog/index.rhtml
1   -<h1> <%= _('%s:Products/Services') % @profile.name %> </h1>
  1 +<h1> <%= _('Products/Services') % @profile.name %> </h1>
2 2  
3 3 <ul id="product_list">
4 4 <% @products.each do |product| %>
... ...