diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index 7aa9fdf9..43cec0d5 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -474,35 +474,30 @@ function TenantListPage() { - -
- + +
+ {t("ui.admin.tenants.registry.title", "Tenant Registry")} - + {t("msg.admin.tenants.registry.count", "총 {{count}}개 테넌트", { count: query.data?.total ?? 0, })}
-
-
- -
- - setSearch(e.target.value)} - /> -
+
+
+ + setSearch(e.target.value)} + />
diff --git a/adminfront/src/features/users/UserListPage.tsx b/adminfront/src/features/users/UserListPage.tsx index 105ca53f..6dde20e9 100644 --- a/adminfront/src/features/users/UserListPage.tsx +++ b/adminfront/src/features/users/UserListPage.tsx @@ -465,12 +465,12 @@ function UserListPage() { - -
- + +
+ {t("ui.admin.users.list.registry.title", "사용자 레지스트리")} - + {t( "msg.admin.users.list.registry.count", "총 {{count}}명의 사용자가 등록되어 있습니다.", @@ -479,32 +479,27 @@ function UserListPage() {
-
-
- -
- - setSearchDraft(e.target.value)} - onKeyDown={handleKeyDown} - /> -
+
+
+ + setSearchDraft(e.target.value)} + onKeyDown={handleKeyDown} + />
-
- +
+ {t("ui.admin.users.list.filter.tenant", "테넌트 필터")}