Commit f2a045fd5037bfd87e9107a316915ce7f4399e41
1 parent
08de78a8
UI: Typo delete invalid alarm-type hint
Showing
2 changed files
with
0 additions
and
3 deletions
... | ... | @@ -44,8 +44,6 @@ |
44 | 44 | <mat-error *ngIf="alarmFormGroup.get('alarmType').hasError('unique')"> |
45 | 45 | {{ 'device-profile.alarm-type-unique' | translate }} |
46 | 46 | </mat-error> |
47 | - <mat-hint *ngIf="!disabled" | |
48 | - innerHTML="{{ 'device-profile.alarm-type-pattern-hint' | translate }}"></mat-hint> | |
49 | 47 | </mat-form-field> |
50 | 48 | </div> |
51 | 49 | <mat-expansion-panel class="advanced-settings" [expanded]="false"> | ... | ... |
... | ... | @@ -943,7 +943,6 @@ |
943 | 943 | "alarm-type": "Alarm type", |
944 | 944 | "alarm-type-required": "Alarm type is required.", |
945 | 945 | "alarm-type-unique": "Alarm type must be unique within the device profile alarm rules.", |
946 | - "alarm-type-pattern-hint": "Alarm type pattern, use <code>${metaKeyName}</code> to substitute variables from metadata", | |
947 | 946 | "create-alarm-pattern": "Create <b>{{alarmType}}</b> alarm", |
948 | 947 | "create-alarm-rules": "Create alarm rules", |
949 | 948 | "no-create-alarm-rules": "No create conditions configured", | ... | ... |