1
0
forked from baron/baron-sso

비권한 사용자 안내문구

This commit is contained in:
2026-05-13 10:29:08 +09:00
parent a26093836f
commit b9a351ca59
3 changed files with 4 additions and 4 deletions

View File

@@ -633,7 +633,7 @@ function DashboardPage() {
<div className="rounded-xl border border-border/60 bg-card p-8 text-center">
<div className="space-y-3">
<h2 className="text-2xl font-semibold tracking-tight">
{t("ui.dev.nav.overview", "개요")}
{t("ui.dev.dashboard.title", "대시보드")}
</h2>
<p className="font-medium text-foreground">
{isDeveloperRequestPending
@@ -643,7 +643,7 @@ function DashboardPage() {
)
: t(
"msg.dev.dashboard.access_denied",
"개요는 개발자 권한이 있어야 볼 수 있습니다.",
"대시보드는 개발자 권한이 있어야 볼 수 있습니다.",
)}
</p>
<p className="text-sm text-muted-foreground">