Skip to content

Commit 93d5133

Browse files
authored
Update ListLicences.js
adjusting labelling
1 parent 45ef541 commit 93d5133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/tenant/administration/ListLicences.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const columns = [
5252
cell: cellBooleanFormatter(),
5353
},
5454
{
55-
name: 'Time until renewal (days)',
55+
name: 'Days until renewal',
5656
selector: (row) => row['TimeUntilRenew'],
5757
sortable: true,
5858
exportSelector: 'TimeUntilRenew',
@@ -65,7 +65,7 @@ const columns = [
6565
cell: cellDateFormatter(),
6666
},
6767
{
68-
name: 'Time until renewal (days)',
68+
name: 'Renewal Date',
6969
selector: (row) => row['dateExpires'],
7070
sortable: true,
7171
exportSelector: 'dateExpires',

0 commit comments

Comments
 (0)