diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-27 10:54:48 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-27 10:54:48 +0900 |
| commit | 92766c1f2096852e7f224629963a412af8a16586 (patch) | |
| tree | e79600d6df56fce1a84fe8a76d69339e5d1a85c4 /lib/swp/table/swp-help-dialog.tsx | |
| parent | 65a68325658401dd8a90ea900c1542c17c63d7ce (diff) | |
(김준회) SWP 코드추출 리팩터링, 파일수 조회 쿼리 통일, 헬프다이얼로그 문구 개선
Diffstat (limited to 'lib/swp/table/swp-help-dialog.tsx')
| -rw-r--r-- | lib/swp/table/swp-help-dialog.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/swp/table/swp-help-dialog.tsx b/lib/swp/table/swp-help-dialog.tsx index 18f29644..6880a8c7 100644 --- a/lib/swp/table/swp-help-dialog.tsx +++ b/lib/swp/table/swp-help-dialog.tsx @@ -32,7 +32,7 @@ export function SwpUploadHelpDialog() { <div className="space-y-6"> {/* 파일명 형식 */} <div className="space-y-2"> - <h3 className="text-sm font-semibold">📋 파일명 형식</h3> + <h3 className="text-sm font-semibold">파일명 형식</h3> <div className="rounded-lg bg-muted p-4 font-mono text-sm"> [OWN_DOC_NO]_[REV_NO]_[STAGE]_[YYYYMMDDhhmmss].[확장자] </div> @@ -43,7 +43,7 @@ export function SwpUploadHelpDialog() { {/* 각 항목 설명 - 1라인 형태 */} <div className="space-y-3"> - <h3 className="text-sm font-semibold">📝 항목 설명</h3> + <h3 className="text-sm font-semibold">항목 설명</h3> <div className="flex items-center gap-3 rounded-lg border p-3"> <Badge variant="secondary" className="font-mono shrink-0"> @@ -71,7 +71,7 @@ export function SwpUploadHelpDialog() { </Badge> <div className="text-sm"> <span className="font-medium">스테이지</span> - <span className="text-muted-foreground"> - 중공업이 설정한 스테이지입니다 (예: IFA, IFC, AFC, BFC)</span> + <span className="text-muted-foreground"> - 스테이지 정보를 입력해주세요. (예: IFA, IFC)</span> </div> </div> @@ -88,7 +88,7 @@ export function SwpUploadHelpDialog() { {/* 예시 */} <div className="space-y-2"> - <h3 className="text-sm font-semibold">✅ 올바른 예시</h3> + <h3 className="text-sm font-semibold">올바른 예시</h3> <div className="space-y-2"> <div className="rounded-lg bg-green-50 dark:bg-green-950/30 border border-green-200 dark:border-green-800 p-3"> <code className="text-xs font-mono text-green-700 dark:text-green-300"> @@ -105,7 +105,7 @@ export function SwpUploadHelpDialog() { {/* 잘못된 예시 */} <div className="space-y-2"> - <h3 className="text-sm font-semibold">❌ 잘못된 예시</h3> + <h3 className="text-sm font-semibold">잘못된 예시</h3> <div className="space-y-2"> <div className="rounded-lg bg-red-50 dark:bg-red-950/30 border border-red-200 dark:border-red-800 p-3"> <code className="text-xs font-mono text-red-700 dark:text-red-300"> |
