Commit 9d5282a96f81e4688d7c2fd12df6c4f435323229

Authored by Leandro Santos
Committed by Daniela Feitosa
1 parent 97c9ff73

Changing destroy string to delete string

(ActionItem2220)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/manage_products/index.rhtml
... ... @@ -16,7 +16,7 @@
16 16 <td><strong><%= link_to product.name, :action => 'show', :id => product %></strong></td>
17 17 <td><%= product.price %></td>
18 18 <td>
19   - <%= button :delete, _('Destroy'), :action => 'destroy', :id => product %>
  19 + <%= button :delete, _('Delete'), :action => 'destroy', :id => product %>
20 20 </td>
21 21 </tr>
22 22 <% end %>
... ...