app/views/backend/articles/images/index.html.erb in udongo-5.5.0 vs app/views/backend/articles/images/index.html.erb in udongo-5.6.0
- old
+ new
@@ -9,10 +9,10 @@
<% if @images.any? %>
<table class="table table-striped table-hover">
<thead class="thead-inverse">
<tr>
<th><%= t 'b.file' %></th>
- <th><%= t 'g.type' %></th>
+ <th><%= t 'b.type' %></th>
<th><%= t 'b.size' %></th>
<th><%= t 'b.description' %></th>
<th><%= t 'b.last_changed_at' %></th>
<th> </th>
</tr>