diff --git a/static/js/app.js b/static/js/app.js index cec6da259..19e0390d9 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -239,7 +239,7 @@ if (window.__config && window.__config.SENTRY_PUBLIC_DSN) { quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanService', '$http', '$timeout', 'CookieService', 'Features', '$anchorScroll', 'UtilService', 'MetaService', 'UIService', function($location, $rootScope, Restangular, UserService, PlanService, $http, $timeout, CookieService, Features, $anchorScroll, UtilService, MetaService, UIService) { - var defaultTitle = window.__config['REGISTRY_TITLE'] || 'Quay'; + var defaultTitle = window.__config['REGISTRY_TITLE'] || 'Quay Container Registry'; // Handle session security. Restangular.setDefaultRequestParams(['post', 'put', 'remove', 'delete'], {'_csrf_token': window.__token || ''}); diff --git a/static/js/pages/tutorial.js b/static/js/pages/tutorial.js index 67fa3bae3..ff0a07b93 100644 --- a/static/js/pages/tutorial.js +++ b/static/js/pages/tutorial.js @@ -37,7 +37,7 @@ } }, { - 'title': 'Step 1: Login to ' + Config.REGISTRY_TITLE, + 'title': 'Step 1: Login to ' + Config.REGISTRY_TITLE_SHORT, 'templateUrl': '/static/tutorial/docker-login.html', 'signal': AngularTourSignals.serverEvent('/realtime/user/subscribe?events=docker-cli', function(message) { @@ -56,7 +56,7 @@ 'templateUrl': '/static/tutorial/create-image.html' }, { - 'title': 'Step 4: Push the image to ' + Config.REGISTRY_TITLE, + 'title': 'Step 4: Push the image to ' + Config.REGISTRY_TITLE_SHORT, 'templateUrl': '/static/tutorial/push-image.html', 'signal': AngularTourSignals.serverEvent('/realtime/user/subscribe?events=docker-cli', function(message, tourScope) { @@ -79,7 +79,7 @@ 'waitMessage': "Waiting for repository push to complete" }, { - 'title': 'Step 5: View the repository on ' + Config.REGISTRY_TITLE, + 'title': 'Step 5: View the repository on ' + Config.REGISTRY_TITLE_SHORT, 'templateUrl': '/static/tutorial/view-repo.html', 'signal': AngularTourSignals.matchesLocation('/repository/'), 'overlayable': true, diff --git a/static/js/services/external-notification-data.js b/static/js/services/external-notification-data.js index b9356f671..229667e8c 100644 --- a/static/js/services/external-notification-data.js +++ b/static/js/services/external-notification-data.js @@ -62,7 +62,7 @@ function(Config, Features, VulnerabilityService) { var methods = [ { 'id': 'quay_notification', - 'title': Config.REGISTRY_TITLE + ' Notification', + 'title': Config.REGISTRY_TITLE_SHORT + ' Notification', 'icon': 'quay-icon', 'fields': [ {