We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf9cb2 commit 7b74026Copy full SHA for 7b74026
frontend/src/app/components/audit/audit-data-source.ts
@@ -67,7 +67,7 @@ export class AuditDataSource implements DataSource<Object> {
67
updateRow: 'Edited',
68
rowReceived: 'Viewed',
69
rowsReceived: 'Viewed',
70
- importRow: 'Imported',
+ importRows: 'Imported',
71
exportRows: 'Exported'
72
}
73
@@ -77,7 +77,7 @@ export class AuditDataSource implements DataSource<Object> {
77
updateRow: 'edit',
78
rowReceived: 'visibility',
79
rowsReceived: 'visibility',
80
- importRow: 'upload',
+ importRows: 'upload',
81
exportRows: 'download'
82
83
0 commit comments