diff options
Diffstat (limited to 'components/items-tech/item-tech-container.tsx')
| -rw-r--r-- | components/items-tech/item-tech-container.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/items-tech/item-tech-container.tsx b/components/items-tech/item-tech-container.tsx index 8fefbcc9..c09f684a 100644 --- a/components/items-tech/item-tech-container.tsx +++ b/components/items-tech/item-tech-container.tsx @@ -56,9 +56,9 @@ export function ItemTechContainer({ <div className="flex items-center justify-between">
{/* 왼쪽: 타이틀 & 설명 */}
<div>
- <h2 className="text-2xl font-bold tracking-tight">아이템 관리</h2>
+ <h2 className="text-2xl font-bold tracking-tight">자재 관리</h2>
<p className="text-muted-foreground">
- 조선 및 해양 아이템을 등록하고 관리할 수 있습니다.
+ 조선 및 해양 자재를 등록하고 관리할 수 있습니다.
</p>
</div>
|
