Skip to content

Commit c622ce5

Browse files
committed
IOT-1141 add table differntion for localization.
1 parent f7f9ba1 commit c622ce5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/app/device-model/device-model-table/device-model-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Id Column -->
2020
<ng-container matColumnDef="id">
21-
<th mat-header-cell *matHeaderCellDef>{{ 'DEVICE-MODEL.ID' | translate }}</th>
21+
<th mat-header-cell *matHeaderCellDef>{{ 'DEVICE-MODEL.TABLE.ID' | translate }}</th>
2222
<td mat-cell *matCellDef="let element">
2323
{{ element.id }}
2424
</td>

src/assets/i18n/da.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
"CREATED":"Oprettet",
210210
"UPDATED":"Senest opdateret",
211211
"ID": "Unik identifikator",
212+
"TABLE": {
213+
"ID": "Id"
214+
},
212215
"NAME": "Navn",
213216
"TYPE" : "Type",
214217
"BRANDNAME" : "Mærke",

0 commit comments

Comments
 (0)