From fd8aaa3150dfe7c10df685dfb9b7f51e1e393479 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Wed, 1 Feb 2017 13:02:50 +0900 Subject: [PATCH] Fix typo This patch fixes typo on the form for cluster template and release notes for update-actions. Change-Id: I42298d3bf788ed2925eca190fe2feb5da8d3c92e --- .../cluster-templates/workflow/workflow.service.js | 2 +- releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js b/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js index 28d24e07..36355838 100644 --- a/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +++ b/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js @@ -191,7 +191,7 @@ } }, 'master_lb_enabled': { - title: gettext('MasterL LB'), + title: gettext('Master LB'), type: 'boolean' }, 'floating_ip_enabled': { diff --git a/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml b/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml index f5cf10e9..ea8cd5ce 100644 --- a/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml +++ b/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml @@ -1,7 +1,7 @@ --- prelude: > Update actions are added for cluster template and - cluster. Also, Form maintainability is proceeded by + cluster. Also, the form maintainability is proceeded by angular-json-schema. features: - >