1
0
forked from baron/baron-sso

연동 앱(RP) 용어 개선 및 i18n 적용

This commit is contained in:
2026-02-24 15:24:15 +09:00
parent c9a364a8ba
commit 75cde56761
4 changed files with 8 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ function ClientsPage() {
{t("ui.dev.clients.registry.title", "RP registry")}
</p>
<CardTitle className="text-3xl font-black tracking-tight">
{t("ui.dev.clients.registry.subtitle", "Relying Parties")}
{t("ui.dev.clients.registry.subtitle", "연동 앱")}
</CardTitle>
<CardDescription>
{t(
@@ -315,7 +315,7 @@ function ClientsPage() {
variant={client.type === "private" ? "success" : "muted"}
>
{client.type === "private"
? t("ui.dev.clients.type.private", "Private")
? t("ui.dev.clients.type.private", "Server side App")
: t("ui.dev.clients.type.pkce", "PKCE")}
</Badge>
</TableCell>