diff --git a/app/kubernetes/views/deploy/deploy.html b/app/kubernetes/views/deploy/deploy.html index b9ce46f29..55c056cf6 100644 --- a/app/kubernetes/views/deploy/deploy.html +++ b/app/kubernetes/views/deploy/deploy.html @@ -38,7 +38,7 @@ ng-model="ctrl.formValues.Namespace" ng-options="namespace.Name as namespace.Name for namespace in ctrl.namespaces" > - Namespaces specified in the manifest will be used + Namespaces specified in the manifest will be used @@ -51,7 +51,9 @@