diff options
-rw-r--r-- | catalog-ui/src/app/ng2/pages/home/home.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/pages/home/home.component.html b/catalog-ui/src/app/ng2/pages/home/home.component.html index 3bdf54e694..0c2e41eb11 100644 --- a/catalog-ui/src/app/ng2/pages/home/home.component.html +++ b/catalog-ui/src/app/ng2/pages/home/home.component.html @@ -52,7 +52,7 @@ *ngIf="roles[user.role].dashboard.showCreateNew" size="medium" type="secondary" - text="Import Service Csar" + text="Import Service" testId="importServicebutton" [extensions]="sdcConfig.csarFileExtension" (fileUpload)="onImportService($event)" |