summaryrefslogtreecommitdiff
path: root/lib/swp/table
diff options
context:
space:
mode:
Diffstat (limited to 'lib/swp/table')
-rw-r--r--lib/swp/table/swp-table-columns.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swp/table/swp-table-columns.tsx b/lib/swp/table/swp-table-columns.tsx
index 09207be8..f42e7a7a 100644
--- a/lib/swp/table/swp-table-columns.tsx
+++ b/lib/swp/table/swp-table-columns.tsx
@@ -131,7 +131,7 @@ export const swpDocumentColumns: ColumnDef<DocumentListItem>[] = [
},
{
id: "actions",
- header: "액션",
+ header: "커버페이지 다운로드",
cell: function ActionCell({ row }) {
const [isDownloading, setIsDownloading] = React.useState(false);