aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-02-13 23:05:09 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-02-13 23:05:18 +0530
commit3ba6938262ead62e157e8c8d4ab8d2dd90c07e3e (patch)
tree3c8ebacecc8049fcb2f136124dd55a3d07791eed /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html
parent6c9efd47bfae32b811761e3c2f2ceba545411bb7 (diff)
Corrected step name in stepper form
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>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html')
-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>