Skip to content

Commit 7ec54e7

Browse files
committed
Fixing the translation for device users.
1 parent 08a51ba commit 7ec54e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eform-client/src/app/modules/eform/components/eform-page/eform-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h4 class="modal-title">{{deploymentModalTitle}}</h4>
219219
Microting ID
220220
</th>
221221
<th class="col-md-2 text-center" rowspan="1" colspan="1">
222-
{{ 'User device name' | translate }}
222+
{{ 'Device user' | translate }}
223223
</th>
224224
<th class="col-md-2 text-center" rowspan="1" colspan="1">
225225
{{ 'Check to pair' | translate }}

eform-client/src/assets/i18n/da-DK.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"Upload template ZIP": "Upload skabelon ZIP",
6868
"Uploading progress": "Overførselsstatus",
6969
"Save eForm": "Gem eForm",
70-
"User device name": "Brugerenhedsnavn",
71-
"Check to pair": "Check for at parre",
70+
"Device user": "Enhedsbruger",
71+
"Check to pair": "Marker for at parre",
7272
"Save pairing": "Gem parring",
7373
"Select columns for displaying in Cases": "Vælg kolonner til visning i oversigt",
7474
"Field": "Felt",

eform-client/src/assets/i18n/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"Upload template ZIP": "Upload template ZIP",
6666
"Uploading progress": "Uploading progress",
6767
"Save eForm": "Save eForm",
68-
"User device name": "User device name",
68+
"Device user": "Device user",
6969
"Check to pair": "Check to pair",
7070
"Save pairing": "Save pairing",
7171
"Select columns for displaying in Cases": "Select columns for displaying in Cases",

0 commit comments

Comments
 (0)