We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9023192 commit 8e540ceCopy full SHA for 8e540ce
src/app/device-model/device-model-edit/device-model-edit.component.html
@@ -10,7 +10,7 @@
10
<!-- Name -->
11
<div class="row mb-2">
12
<div class="form-group mt-3 col-12">
13
- <label class="form-label" for="name">{{'QUESTION.DEVICE-MODEL.GIVE-NAME' | translate}}</label>*
+ <label class="form-label" for="name">{{'QUESTION.DEVICE-MODEL.GIVE-NAME' | translate}}</label>
14
<input type="text" class="form-control" id="name" name="name"
15
[placeholder]="'QUESTION.DEVICE-MODEL.GIVE-NAME-PLACEHOLDER' | translate" maxlength="50" required
16
[(ngModel)]="deviceModel.body.name"
0 commit comments