aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2020-11-07 19:11:20 +0900
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-11-09 08:07:40 +0000
commit21595974a922f9966473741a1e79e9603acb64be (patch)
treed7c5cd369c08e6d7b5d03f30b43536cf6b3f5664
parent0399df16f6b2e0c78860bc4079a304701417100a (diff)
Fix import service csar label sticking out
Changed the button label to be shorter Issue-ID: SDC-3371 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Change-Id: Icd5ceec9418f51bd21713701d25ac4a76d5a17ca (cherry picked from commit 04125edb757802320e61706242eaf231b19582b7)
-rw-r--r--catalog-ui/src/app/ng2/pages/home/home.component.html2
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)"