1166 - 'Quay Enterprise' to 'Red Hat Quay'
This commit is contained in:
parent
b5a5ce7c43
commit
674e471973
24 changed files with 71 additions and 71 deletions
|
@ -3,7 +3,7 @@ const templateUrl = require('./setup.html');
|
|||
|
||||
(function() {
|
||||
/**
|
||||
* The Setup page provides a nice GUI walkthrough experience for setting up Quay Enterprise.
|
||||
* The Setup page provides a nice GUI walkthrough experience for setting up Red Hat Quay.
|
||||
*/
|
||||
|
||||
angular.module('quay-config').directive('setup', () => {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="page-content" ng-show="currentStep == States.CONFIG">
|
||||
<div class="cor-title">
|
||||
<span class="cor-title-link"></span>
|
||||
<span class="cor-title-content">Quay Enterprise Setup</span>
|
||||
<span class="cor-title-content">Red Hat Quay Setup</span>
|
||||
</div>
|
||||
|
||||
<div class="co-main-content-panel" style="padding: 20px;">
|
||||
|
|
Reference in a new issue