UI: Rename LWM2M tab name

This commit is contained in:
Vladyslav_Prykhodko 2021-04-30 12:50:40 +03:00
parent 5ca0e05ab5
commit fc837f3f1b
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</section>
</ng-template>
</mat-tab>
<mat-tab label="{{ 'device-profile.lwm2m.bootstrap-tab' | translate }}">
<mat-tab label="{{ 'device-profile.lwm2m.servers' | translate }}">
<ng-template matTabContent>
<section [formGroup]="lwm2mDeviceProfileFormGroup">
<div class="mat-padding">

View File

@ -1227,7 +1227,6 @@
"required": " value is required.",
"mode": "Security config mode",
"pattern_hex_dec": "{ count, plural, 0 {must be hex decimal format} other {must be # characters} }",
"bootstrap-tab": "Bootstrap",
"servers": "Servers",
"short-id": "Short ID",
"short-id-tip": "Short Server ID",