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 76fa5c1 commit c1db4e2Copy full SHA for c1db4e2
src/app/admin/users/user-list/user-table/user-table.component.html
@@ -6,7 +6,7 @@
6
<th scope="col">{{ 'USERS.EMAIL' | translate }}</th>
7
<th scope="col">{{ 'USERS.GLOBALADMIN' | translate }}</th>
8
<th scope="col">{{ 'USERS.STATUS' | translate }}</th>
9
- <th scope="col">{{ 'USERS.EMAIL' | translate }}</th>
+ <th scope="col">{{ 'USERS.LOGIN' | translate }}</th>
10
<th scope="col"></th>
11
</tr>
12
</thead>
src/assets/i18n/da.json
@@ -419,6 +419,7 @@
419
"LASTLOG": "Sidste Login",
420
"EDIT": "Redigér User",
421
"CREATE": "Opret ny burger",
422
+ "LOGIN": "Sidst aktiv",
423
"TABLE-ROW": {
424
"EDIT": "Redigér",
425
"DELETE": "Slet"
0 commit comments