1166 - 'Quay Enterprise' to 'Red Hat Quay'

This commit is contained in:
Tom McKay 2019-02-25 18:27:11 -05:00
parent b5a5ce7c43
commit 674e471973
24 changed files with 71 additions and 71 deletions

View file

@ -6,7 +6,7 @@
pages.create('incomplete-setup', 'incomplete-setup.html', IncompleteSetupCtrl,
{
'newLayout': true,
'title': 'Quay Enterprise Setup Incomplete'
'title': 'Red Hat Quay Setup Incomplete'
})
}]);
@ -65,7 +65,7 @@
if (window.__kubernetes_namespace) {
title = "Configuration Secret Missing";
message = `It looks like the Quay Enterprise secret is not present in the namespace <code>${window.__kubernetes_namespace}.</code>` +
message = `It looks like the Red Hat Quay secret is not present in the namespace <code>${window.__kubernetes_namespace}.</code>` +
"<br>Please double-check that the secret exists, or " +
"<a href='https://coreos.com/docs/enterprise-registry/initial-setup/'>" +
"refer to the Setup Guide</a>";

View file

@ -1,12 +1,12 @@
(function() {
/**
* The superuser admin page provides a new management UI for Quay Enterprise.
* The superuser admin page provides a new management UI for Red Hat Quay.
*/
angular.module('quayPages').config(['pages', function(pages) {
pages.create('superuser', 'super-user.html', SuperuserCtrl,
{
'newLayout': true,
'title': 'Quay Enterprise Management'
'title': 'Red Hat Quay Management'
})
}]);