Un-capitalize resource names in the breadcrumbs

This commit is contained in:
Michael Abashian 2017-03-08 15:14:40 -05:00
parent 81715446fb
commit 8974d9a8d4
2 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,6 @@
.BreadCrumb-item {
display: inline-block;
color: @default-interface-txt;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View File

@ -27,7 +27,7 @@
},
ncyBreadcrumb: {
parent: 'setup',
label: N_("Edit Configuration")
label: N_("EDIT CONFIGURATION")
},
controller: ConfigurationController,
resolve: {