1
0
forked from baron/baron-sso

devfront i18n 미적용 및 placeholer 번역값 수정

This commit is contained in:
2026-03-25 14:05:55 +09:00
parent 8cadd82a2b
commit cab204281b
4 changed files with 67 additions and 53 deletions

View File

@@ -305,11 +305,19 @@ function ClientGeneralPage() {
<ArrowLeft className="h-4 w-4" />
</Link>
</Button>
<h1 className="text-3xl font-black leading-tight">
{isCreate
? t("ui.dev.clients.general.title_create", "Create Client")
: t("ui.dev.clients.general.title_edit", "Client Settings")}
</h1>
<div>
<h1 className="text-3xl font-black leading-tight">
{isCreate
? t("ui.dev.clients.general.title_create", "Create Client")
: t("ui.dev.clients.general.title_edit", "Client Settings")}
</h1>
<p className="text-muted-foreground">
{t(
"ui.dev.clients.general.subtitle",
"앱 정보, 권한 스코프, 보안 설정을 관리합니다.",
)}
</p>
</div>
</div>
</div>
{!isCreate && (