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}