Skip to content

Commit

Permalink
- Fixed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
nshbrown committed Jul 19, 2011
1 parent 1bb49ed commit 22107ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/orders/index.html.erb
Expand Up @@ -9,7 +9,7 @@
</tr>
<% if @orders.empty? %>
<tr class="row">
<td colspan="4">No videos added</td>
<td colspan="4">No orders created</td>
</tr>
<% else %>
<% @orders.each do |o| -%>
Expand Down

0 comments on commit 22107ef

Please sign in to comment.