internationalization updates

This commit is contained in:
Lee Lawlor
2014-07-14 13:02:31 -04:00
parent 2157372cb5
commit fe19dff3dd
4 changed files with 19 additions and 59 deletions

View File

@ -1,8 +1,8 @@
ActiveAdmin.register_page "Dashboard" do
menu priority: 1, label: proc{ I18n.t("active_admin.dashboard") }
menu priority: 1, label: "Dashboard"
content title: proc{ I18n.t("active_admin.dashboard") } do
content title: "Dashboard" do
columns do
column do