Skip to content

Commit

Permalink
fixed capitalization of dashboard title
Browse files Browse the repository at this point in the history
  • Loading branch information
caboteria committed Sep 11, 2013
1 parent e0c90b3 commit 6aed4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/rails_admin.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ en:
message: "Message"
actions:
dashboard:
title: "Site administration"
title: "Site Administration"
menu: "Dashboard"
breadcrumb: "Dashboard"
index:
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/rails_admin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
RailsAdmin.config.included_models = []
visit dashboard_path

should have_content("Site administration")
should have_content("Site Administration")
should have_content("Dashboard")
end
end
Expand Down

0 comments on commit 6aed4e4

Please sign in to comment.