Fix superuser panel title

This commit is contained in:
Joseph Schorr 2016-02-05 12:16:23 +02:00
parent d5920319de
commit 5f66baf2f5
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
pages.create('superuser', 'super-user.html', SuperuserCtrl,
{
'newLayout': true,
'title': 'Enterprise Registry Management'
'title': 'Quay Enterprise Management'
})
}]);