summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2021-02-24 17:58:13 +0800
committercyuamber <xuranyjy@chinamobile.com>2021-02-24 17:59:19 +0800
commitacfd39f84da87fd8afe84511cabf64db949d8bfa (patch)
tree8adca0fdb45dc8556c9ab76682b70cadbfdc5122
parenta8a853af4b553a9f1a5dd16adac68a51be46d496 (diff)
docs: change a placeholder
Change-Id: Ib3f1247224092e7f190cc6b28b36c557e15491d8 Issue-ID: USECASEUI-531 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
-rw-r--r--usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/constants.ts b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/constants.ts
index f982fa88..40c94733 100644
--- a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/constants.ts
+++ b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/constants.ts
@@ -98,7 +98,7 @@ export const COMMUNICATION_FORM_ITEMS = [
key: "coverageAreaNumber",
type: "input",
placeholder:
- "Please enter the coverage area number. use , to separate them if necessary",
+ "Please enter the coverage area number. Use a comma (,) to separate them if necessary",
required: false,
},
];