From cba65fa1fbfdd198b525f8175daaa3fd2f1ddd39 Mon Sep 17 00:00:00 2001 From: Simon Merrick Date: Wed, 3 Jun 2020 15:34:23 +1200 Subject: [PATCH] Fix formatting issue in workflow message Change-Id: I4ceda3f3a4d8df604f626ad690bdf38e4db433a7 --- .../container-infra/clusters/workflow/workflow.service.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js b/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js index 7a384df2..fc7f3dcd 100644 --- a/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js +++ b/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js @@ -445,9 +445,9 @@ type: 'template', template: '
' + ' ' + - gettext('Overriding labels already defined by cluster template or' + - 'workflow might result in unpredictable behaviour.') + - '
', + gettext('Overriding labels already defined by the cluster ' + + 'template or workflow might result in unpredictable ' + + 'behaviour.') + '', condition: 'model.override_labels == true' } ]