From cba839ad1ef1c2f9c79060409e5e938848a57924 Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 27 Feb 2026 11:22:14 +0900 Subject: [PATCH] =?UTF-8?q?App=20Layout=20=ED=85=8D=EC=8A=A4=ED=8A=B8(UI)?= =?UTF-8?q?=20=EC=9D=BC=EC=B9=98=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/components/layout/AppLayout.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/devfront/src/components/layout/AppLayout.tsx b/devfront/src/components/layout/AppLayout.tsx index a5163929..8fa80e47 100644 --- a/devfront/src/components/layout/AppLayout.tsx +++ b/devfront/src/components/layout/AppLayout.tsx @@ -211,11 +211,11 @@ function AppLayout() {
-

{t("msg.dev.sidebar.notice", "개발자 전용 콘솔입니다.")}

+

{t("msg.dev.sidebar.notice", "Developer Console")}

{t( "msg.dev.sidebar.notice_detail", - "클라이언트 애플리케이션 등록 및 관리를 수행할 수 있습니다.", + "Register and manage client applications.", )}

@@ -301,9 +301,18 @@ function AppLayout() { {isRefreshingSession ? t( "ui.dev.session.refreshing", - "세션 만료 시간 갱신 중...", + "Refreshing...", ) - : t("ui.dev.session.refresh", "세션 만료 시간 갱신")} + : t("ui.dev.session.refresh", "Refresh session expiry")} + + ) : null}