Skip to content

Commit

Permalink
Merge pull request railsadminteam#778 from luan/patch-1
Browse files Browse the repository at this point in the history
Translate table headers.
  • Loading branch information
sferik committed Oct 14, 2011
2 parents ea4e61c + 4c43558 commit 236eb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/rails_admin/main/_history.html.haml
Expand Up @@ -3,8 +3,8 @@
%table.zebra-striped
%thead
%tr
%th.user User
%th.changes Changes
%th.user t("admin.history.user")
%th.changes= t("admin.history.changes")
%tbody
- history.each do |t|
%tr
Expand Down

0 comments on commit 236eb57

Please sign in to comment.