diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index f2a4bab4..148d78f0 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -474,7 +474,7 @@ function TenantListPage() { - +
{t("ui.admin.tenants.registry.title", "Tenant Registry")} @@ -485,9 +485,8 @@ function TenantListPage() { })}
-
- -
+ +
+
+ {(errorMsg || fallbackError) && (
diff --git a/adminfront/src/features/users/UserListPage.tsx b/adminfront/src/features/users/UserListPage.tsx index 066352f8..84910bd9 100644 --- a/adminfront/src/features/users/UserListPage.tsx +++ b/adminfront/src/features/users/UserListPage.tsx @@ -465,10 +465,10 @@ function UserListPage() { - +
- {t("ui.admin.users.list.registry.title", "User Registry")} + {t("ui.admin.users.list.registry.title", "사용자 레지스트리")} {t( @@ -478,9 +478,8 @@ function UserListPage() { )}
-
- -
+ +
+ + {(errorMsg || fallbackError) && (