1
0
forked from baron/baron-sso

CSV 내보내기 버튼 공통

This commit is contained in:
2026-05-15 15:27:21 +09:00
parent 0f80ee4f4d
commit eddab895e9
5 changed files with 27 additions and 6 deletions

View File

@@ -124,7 +124,7 @@ function AuditLogsPage() {
title={t("ui.common.audit.title", "Audit Logs")}
description={t(
"msg.dev.audit.subtitle",
"Shows DevFront activity history within current tenant/app scope.",
"현재 앱 범위의 개발자 작업 이력을 조회합니다.",
)}
actions={
<>
@@ -146,7 +146,7 @@ function AuditLogsPage() {
onClick={handleExportCsv}
>
<Download size={16} />
{t("ui.dev.clients.consents.export_csv", "Export CSV")}
{t("ui.common.export_csv", "CSV 내보내기")}
</Button>
</>
}