Change default title to include Container Registry and fix title usage
Goes towards fixing #1762
This commit is contained in:
parent
c4d54ceba7
commit
4950776628
3 changed files with 5 additions and 5 deletions
|
@ -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': [
|
||||
{
|
||||
|
|
Reference in a new issue