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

@@ -117,7 +117,7 @@ function ClientConsentsPage() {
to={`/clients/${clientId}`}
className="whitespace-nowrap border-b-2 border-transparent text-muted-foreground hover:text-foreground"
>
{t("ui.dev.clients.details.tab.connection", "Connection")}
{t("ui.dev.clients.details.tab.connection", "Federation")}
</Link>
<span className="whitespace-nowrap border-b-2 border-primary pb-1 text-primary">
{t("ui.dev.clients.details.tab.consents", "Consent & Users")}