forked from baron/baron-sso
af 오류 수정정
This commit is contained in:
@@ -77,7 +77,7 @@ function TenantListPage() {
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="text-3xl font-semibold">
|
||||
{t("ui.admin.tenants.title", "테넌트 레지스트리")}
|
||||
{t("ui.admin.tenants.title", "테넌트 목록")}
|
||||
</h2>
|
||||
<p className="text-sm text-[var(--color-muted)]">
|
||||
{t(
|
||||
|
||||
@@ -51,7 +51,7 @@ test.describe("Tenants Management", () => {
|
||||
});
|
||||
|
||||
await page.goto("/tenants");
|
||||
await expect(page.locator("h2")).toContainText("테넌트 레지스트리");
|
||||
await expect(page.locator("h2")).toContainText("테넌트 목록");
|
||||
await expect(page.locator("table")).toContainText("Tenant A");
|
||||
});
|
||||
|
||||
|
||||
@@ -807,7 +807,7 @@ tenant_member = "TENANT MEMBER"
|
||||
|
||||
[ui.admin.tenants]
|
||||
add = "테넌트 추가"
|
||||
title = "테넌트 레지스트리"
|
||||
title = "테넌트 목록"
|
||||
|
||||
[ui.admin.tenants.admins]
|
||||
add_button = "관리자 추가"
|
||||
|
||||
Reference in New Issue
Block a user