summaryrefslogtreecommitdiff
path: root/lib/swp/table/swp-note-dialog.tsx
diff options
context:
space:
mode:
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>