Commit ac9529141836a2caa9192ae96980aa4e978597e9

Authored by Vladyslav
Committed by GitHub
2 parents 06477895 fc837f3f

Merge pull request #4525 from vvlladd28/improvement/lwm2m/rename-tab

UI: Rename LWM2M tab name
... ... @@ -51,7 +51,7 @@
51 51 </section>
52 52 </ng-template>
53 53 </mat-tab>
54   - <mat-tab label="{{ 'device-profile.lwm2m.bootstrap-tab' | translate }}">
  54 + <mat-tab label="{{ 'device-profile.lwm2m.servers' | translate }}">
55 55 <ng-template matTabContent>
56 56 <section [formGroup]="lwm2mDeviceProfileFormGroup">
57 57 <div class="mat-padding">
... ...
... ... @@ -1234,7 +1234,6 @@
1234 1234 "required": " value is required.",
1235 1235 "mode": "Security config mode",
1236 1236 "pattern_hex_dec": "{ count, plural, 0 {must be hex decimal format} other {must be # characters} }",
1237   - "bootstrap-tab": "Bootstrap",
1238 1237 "servers": "Servers",
1239 1238 "short-id": "Short ID",
1240 1239 "short-id-tip": "Short Server ID",
... ...