1
0
forked from baron/baron-sso

테넌트 페이지 타이틀/박스 타이틀 보조 문구 로케일 수정

This commit is contained in:
2026-05-18 16:04:46 +09:00
parent a1f3604b24
commit c9664b5844
5 changed files with 11 additions and 9 deletions

View File

@@ -932,7 +932,7 @@ function TenantListPage() {
<CardDescription>
{t(
"msg.admin.tenants.registry.count",
"총 {{count}}개 테넌트",
"총 {{count}}개 테넌트가 등록되어 있습니다.",
{
count: scopeTenantId ? scopedTenants.length : tenantTotal,
},