Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit f900829

Browse files
authored
Merge pull request #274 from X2bee/main
fix text
2 parents 778dbba + d7d3a8e commit f900829

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/admin/components/AdminPageContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const AdminPageContent: React.FC = () => {
231231
case 'system-config':
232232
return (
233233
<AdminContentArea
234-
title="시스템 설정"
234+
title="시스템 세부 설정"
235235
description="전역 시스템 설정 및 환경변수를 관리하세요."
236236
>
237237
<AdminConfigViewer />
@@ -240,7 +240,7 @@ const AdminPageContent: React.FC = () => {
240240
case 'system-settings':
241241
return (
242242
<AdminContentArea
243-
title="시스템 세부 설정"
243+
title="시스템 설정"
244244
description="LLM, 데이터베이스, 벡터DB 등 시스템 구성 요소들을 상세하게 설정하세요."
245245
>
246246
<AdminSettings />

0 commit comments

Comments
 (0)