Merge pull request #1204 from coreos-inc/spangular
Fix superuser panel title
This commit is contained in:
commit
04cd3c2f63
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
pages.create('superuser', 'super-user.html', SuperuserCtrl,
|
||||
{
|
||||
'newLayout': true,
|
||||
'title': 'Enterprise Registry Management'
|
||||
'title': 'Quay Enterprise Management'
|
||||
})
|
||||
}]);
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<div class="cor-title">
|
||||
<span class="cor-title-link"></span>
|
||||
<span class="cor-title-content">Enterprise Registry Management</span>
|
||||
<span class="cor-title-content">Quay Enterprise Management</span>
|
||||
</div>
|
||||
|
||||
<div class="cor-tab-panel">
|
||||
|
|
Reference in a new issue