summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/history.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wiki/history.rhtml')
-rw-r--r--app/views/wiki/history.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml
index dd9e590be..78dc70cc5 100644
--- a/app/views/wiki/history.rhtml
+++ b/app/views/wiki/history.rhtml
@@ -11,7 +11,7 @@
<th>#</th>
<th><%= l(:field_updated_on) %></th>
<th><%= l(:field_author) %></th>
- <th><%= l(:field_comment) %></th>
+ <th><%= l(:field_comments) %></th>
</tr></thead>
<tbody>
<% @versions.each do |ver| %>
@@ -19,7 +19,7 @@
<th align="center"><%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %></th>
<td align="center"><%= format_time(ver.updated_on) %></td>
<td><em><%= ver.author ? ver.author.name : "anonyme" %></em></td>
- <td><%=h ver.comment %></td>
+ <td><%=h ver.comments %></td>
</tr>
<% end %>
</tbody>