Skip to content

Commit c1db4e2

Browse files
author
Jeppe Elkjær Jørgensen
committed
IOT-511 fix
1 parent 76fa5c1 commit c1db4e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/admin/users/user-list/user-table/user-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<th scope="col">{{ 'USERS.EMAIL' | translate }}</th>
77
<th scope="col">{{ 'USERS.GLOBALADMIN' | translate }}</th>
88
<th scope="col">{{ 'USERS.STATUS' | translate }}</th>
9-
<th scope="col">{{ 'USERS.EMAIL' | translate }}</th>
9+
<th scope="col">{{ 'USERS.LOGIN' | translate }}</th>
1010
<th scope="col"></th>
1111
</tr>
1212
</thead>

src/assets/i18n/da.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
"LASTLOG": "Sidste Login",
420420
"EDIT": "Redigér User",
421421
"CREATE": "Opret ny burger",
422+
"LOGIN": "Sidst aktiv",
422423
"TABLE-ROW": {
423424
"EDIT": "Redigér",
424425
"DELETE": "Slet"

0 commit comments

Comments
 (0)