summaryrefslogtreecommitdiff
path: root/lib/swp/table/swp-note-dialog.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-27 17:48:28 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-27 17:48:28 +0900
commit95984e67b8d57fbe1431fcfedf3bb682f28416b3 (patch)
tree79953157e70b30c3c65ae52a01adb65fd4344bee /lib/swp/table/swp-note-dialog.tsx
parent647e2e487238aed36ff9a880648e5c3e8725160f (diff)
(김준회) swp 영문 처리
Diffstat (limited to 'lib/swp/table/swp-note-dialog.tsx')
-rw-r--r--lib/swp/table/swp-note-dialog.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/swp/table/swp-note-dialog.tsx b/lib/swp/table/swp-note-dialog.tsx
index 5f86de24..c8372d68 100644
--- a/lib/swp/table/swp-note-dialog.tsx
+++ b/lib/swp/table/swp-note-dialog.tsx
@@ -17,8 +17,8 @@ interface SwpNoteDialogProps {
}
/**
- * SWP Note 전체 내용 표시 Dialog
- * DC Note (NOTE1) 또는 Eng Note (NOTE2)의 전체 내용을 표시합니다.
+ * SWP Note Full Content Dialog
+ * Displays the full content of DC Note (NOTE1) or Eng Note (NOTE2).
*/
export function SwpNoteDialog({
open,
@@ -34,7 +34,7 @@ export function SwpNoteDialog({
</DialogHeader>
<ScrollArea className="max-h-[60vh] pr-4">
<div className="whitespace-pre-wrap text-sm">
- {content || <span className="text-muted-foreground">내용이 없습니다.</span>}
+ {content || <span className="text-muted-foreground">No content.</span>}
</div>
</ScrollArea>
</DialogContent>