forked from baron/baron-sso
비권한 사용자 안내문구
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user