diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index 91ee729a..3f073d06 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -584,12 +584,18 @@ function TenantListPage() { onValueChange={(v) => setViewMode(v as "list" | "hierarchy")} className="w-[280px]" > - - + + {t("ui.admin.tenants.view.list", "평면 목록")} - + {t("ui.admin.tenants.view.hierarchy", "계층 구조")}