summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-14 13:50:15 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-14 13:50:15 +0000
commitb83297b628938b84935851fd1c3a5f405aa7a6ea (patch)
treef3ae9f796d306f525addb6e195e3f1654f13832b /cds-ui/client/src/app/feature-modules/blueprint
parentd3191a5f560325140dfb388861af181651a32152 (diff)
parent3ba6938262ead62e157e8c8d4ab8d2dd90c07e3e (diff)
Merge "Corrected step name in stepper form"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
index 31c7a6ab7..9a3ba1edd 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
@@ -40,7 +40,7 @@ limitations under the License.
<app-test-template></app-test-template>
</mat-step>
<mat-step [stepControl]="thirdFormGroup">
- <ng-template matStepLabel>Test</ng-template>
+ <ng-template matStepLabel>Deploy</ng-template>
<app-deploy-template></app-deploy-template>
</mat-step>
</mat-horizontal-stepper>