Fix formatting issue in workflow message

Change-Id: I4ceda3f3a4d8df604f626ad690bdf38e4db433a7
This commit is contained in:
Simon Merrick 2020-06-03 15:34:23 +12:00
parent 5aaf92a154
commit cba65fa1fb
1 changed files with 3 additions and 3 deletions

View File

@ -445,9 +445,9 @@
type: 'template',
template: '<div class="alert alert-warning">' +
'<span class="fa fa-warning"></span> ' +
gettext('Overriding labels already defined by cluster template or' +
'workflow might result in unpredictable behaviour.') +
'</div>',
gettext('Overriding labels already defined by the cluster ' +
'template or workflow might result in unpredictable ' +
'behaviour.') + '</div>',
condition: 'model.override_labels == true'
}
]