Corrected step name in stepper form 21/78421/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 13 Feb 2019 17:35:09 +0000 (23:05 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Wed, 13 Feb 2019 17:35:18 +0000 (23:05 +0530)
Changed the 4th step name from test to deploy in stepper form

Issue-ID: CCSDK-815
Change-Id: I8f3aa4dd7b3f1e0554c002cded3cdc853ac86639
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html

index 31c7a6a..9a3ba1e 100644 (file)
@@ -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>