summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/[lng]/evcp/(evcp)/system/page.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/system/page.tsx b/app/[lng]/evcp/(evcp)/system/page.tsx
index fe0a262c..25651b2f 100644
--- a/app/[lng]/evcp/(evcp)/system/page.tsx
+++ b/app/[lng]/evcp/(evcp)/system/page.tsx
@@ -43,9 +43,6 @@ export default async function SystemUserPage(props: IndexPageProps) {
<div className="space-y-6">
<div>
<h3 className="text-lg font-medium">SHI Users</h3>
- <p className="text-sm text-muted-foreground">
- 시스템 전체 사용자들을 조회하고 관리할 수 있는 페이지입니다. 사용자에게 롤을 할당하는 것으로 메뉴별 권한을 관리할 수 있습니다.
- </p>
</div>
<Separator />
<UserTable promises={promises} />