forked from baron/baron-sso
테넌트 페이지 타이틀/박스 타이틀 보조 문구 로케일 수정
This commit is contained in:
@@ -932,7 +932,7 @@ function TenantListPage() {
|
||||
<CardDescription>
|
||||
{t(
|
||||
"msg.admin.tenants.registry.count",
|
||||
"총 {{count}}개 테넌트",
|
||||
"총 {{count}}개의 테넌트가 등록되어 있습니다.",
|
||||
{
|
||||
count: scopeTenantId ? scopedTenants.length : tenantTotal,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user