diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-14 13:50:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-14 13:50:15 +0000 |
commit | b83297b628938b84935851fd1c3a5f405aa7a6ea (patch) | |
tree | f3ae9f796d306f525addb6e195e3f1654f13832b /cds-ui/client/src/app | |
parent | d3191a5f560325140dfb388861af181651a32152 (diff) | |
parent | 3ba6938262ead62e157e8c8d4ab8d2dd90c07e3e (diff) |
Merge "Corrected step name in stepper form"
Diffstat (limited to 'cds-ui/client/src/app')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | 2 |
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> |