Skip to content

Commit c980102

Browse files
committed
NOBUG: Capitalize export CSV headers.
1 parent 04b6c4f commit c980102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/list/list.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ export class ListComponent implements OnInit, OnDestroy {
165165
{ label: 'Publish Date', value: this.getExportDateFormatter('publishDate') },
166166
{ label: 'Purpose', value: 'purpose' },
167167
{ label: 'Subpurpose', value: 'subpurpose' },
168-
{ label: 'status', value: this.getExportStatusFormatter('status', 'reason') },
169-
{ label: 'last status update date', value: this.getExportDateFormatter('statusHistoryEffectiveDate') },
168+
{ label: 'Status', value: this.getExportStatusFormatter('status', 'reason') },
169+
{ label: 'Last Status Update Date', value: this.getExportDateFormatter('statusHistoryEffectiveDate') },
170170
{ label: 'Type', value: 'type' },
171171
{ label: 'Subtype', value: 'subtype' },
172172
{ label: 'Tenure Stage', value: 'tenureStage' },

0 commit comments

Comments
 (0)