diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/views/documentView.js b/js/apps/system/_admin/aardvark/APP/frontend/js/views/documentView.js
index 0bca91f82b..c6ebb2e044 100644
--- a/js/apps/system/_admin/aardvark/APP/frontend/js/views/documentView.js
+++ b/js/apps/system/_admin/aardvark/APP/frontend/js/views/documentView.js
@@ -330,8 +330,9 @@
breadcrumb: function () {
var name = window.location.hash.split("/");
+ console.log(name);
$('#subNavigationBar .breadcrumb').html(
- 'Collection: ' + name[1].toLowerCase() + '' +
+ 'Collection: ' + name[1] + '' +
'' +
'Document: ' + name[2]
);
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_headerBar.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_headerBar.scss
index 2efa39bd44..839fc6a17a 100644
--- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_headerBar.scss
+++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_headerBar.scss
@@ -236,7 +236,6 @@ div.headerBar {
a {
color: $c-white !important;
opacity: .8;
- text-transform: capitalize;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;