diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-02-24 13:41:21 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-02-24 14:06:36 +0800 |
commit | 1a15520467f3bdb83817c6e27bc9e933a5a9ccfe (patch) | |
tree | 4c41fcf5c06c128c0de1e77d772ef086de800ba9 /usecaseui-portal/src/constants/constants.ts | |
parent | 324c150c6bc6c81bfc35af23aa865cba2a1fccf4 (diff) |
feat:HTML formatting code to optimize the comments in the test
Change-Id: I8abcc7b579279b6c45614d72d46e03195e25b51c
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/constants/constants.ts')
-rw-r--r-- | usecaseui-portal/src/constants/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 17e6aa33..57def7b1 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -248,7 +248,7 @@ export const BUSINESS_STATUS = [ export const COMMUNICATION_FORM_ITEMS = [
{
- title: 'Slicing Business Name',
+ title: 'Communication Service Name',
key: 'name'
},
{
|