Skip to content

Commit 2841536

Browse files
committed
Name fixed from demo
1 parent ad710b1 commit 2841536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/profiles/service-profiles/service-profiles-edit/service-profiles-edit.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
<div class="col-xs-12 form-group" *ngIf="serviceProfile.id">
3030
<label for="id"
31-
class="form-label asterisk-if-mandatory">{{'PROFILES.DEVICE_PROFILE.ID' | translate}}</label>
31+
class="form-label asterisk-if-mandatory">{{'PROFILES.SERVICE_PROFILE.ID' | translate}}</label>
3232
<input type="text" class="form-control" id="id" name="id"
33-
[placeholder]="'PROFILES.DEVICE_PROFILE.ID_PLACEHOLDER' | translate" maxlength="50" required disabled
33+
[placeholder]="'PROFILES.SERVICE_PROFILE.ID_PLACEHOLDER' | translate" maxlength="50" required disabled
3434
[ngModel]="serviceProfile.id">
3535
</div>
3636

src/assets/i18n/da.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"NETWORK-TECHNOLOGY": "Netværksteknologi",
137137
"ALARM": "Alarm",
138138
"BATTERY": "Batteri",
139-
"ACTIVE": "Aktiv",
139+
"ACTIVE": "Sidst aktiv",
140140
"DATA": "Data(24 timer)"
141141
},
142142
"LORA-GATEWAY-TABLE": {

0 commit comments

Comments
 (0)