internationalization updates
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user