Skip to content

Commit a8d6ab8

Browse files
author
Allan Asp Christensen
committed
Merge branch 'develop' into feature/refactor
2 parents 4285ee1 + d8775c8 commit a8d6ab8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
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"
@@ -430,7 +431,7 @@
430431
"EMAIL-PLACEHOLDER": "Email",
431432
"PASSWORD": "Password",
432433
"PASSWORD-PLACEHOLDER": "Indtast eller redigér password",
433-
"ACTIVE": "Skal brugeren aktiveres eller deaktiveres?",
434+
"ACTIVE": "Aktiveret",
434435
"GLOBAL-ADMIN": "Skal den nye bruger være global administrator?",
435436
"SAVE": "Gem Bruger"
436437
},

0 commit comments

Comments
 (0)