diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-10 09:53:57 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-10 09:53:57 +0000 |
| commit | b8a03c9d130435a71c5d6217d06ccb0beb9697e5 (patch) | |
| tree | e6df25e102b3c75296f55a7bd5e3d555c37bd26d | |
| parent | a7ef3fe4f7f3702d8c8db4b78e5de91f4f38e03b (diff) | |
(김준회) 텍스트 변경 요청사항 - 벤더기본정보 데이터 없으면 - 으로 표현
| -rw-r--r-- | app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/constants.ts b/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/constants.ts index 3a73e941..d16f791f 100644 --- a/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/constants.ts +++ b/app/[lng]/evcp/(evcp)/vendors/[id]/info/basic/constants.ts @@ -1 +1 @@ -export const noDataString = "데이터 없음";
\ No newline at end of file +export const noDataString = "-";
\ No newline at end of file |
