From a78511c0ab85e2f0429231855e4f140fd979c8c6 Mon Sep 17 00:00:00 2001 From: Sungjin Knag Date: Fri, 4 Aug 2017 01:07:33 +0900 Subject: [PATCH] Fixed typo Change-Id: Ic8c3250509a21eb05800bf2a5123f770b4df023b --- .../container-infra/clusters/workflow/workflow.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2c4ca72b..a153edee 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 @@ -41,7 +41,7 @@ var clusterTemplates = [{value:"", name: gettext("Choose a Cluster Template")}]; var keypairs = [{value:"", name: gettext("Choose a Keypair")}]; var dockerVolumeSizeDescription = gettext( - "If not specified, the value specified in Clsuter Template will be used."); + "If not specified, the value specified in Cluster Template will be used."); // schema schema = {