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,8 +44,6 @@ | ||
44 | <mat-error *ngIf="alarmFormGroup.get('alarmType').hasError('unique')"> | 44 | <mat-error *ngIf="alarmFormGroup.get('alarmType').hasError('unique')"> |
45 | {{ 'device-profile.alarm-type-unique' | translate }} | 45 | {{ 'device-profile.alarm-type-unique' | translate }} |
46 | </mat-error> | 46 | </mat-error> |
47 | - <mat-hint *ngIf="!disabled" | ||
48 | - innerHTML="{{ 'device-profile.alarm-type-pattern-hint' | translate }}"></mat-hint> | ||
49 | </mat-form-field> | 47 | </mat-form-field> |
50 | </div> | 48 | </div> |
51 | <mat-expansion-panel class="advanced-settings" [expanded]="false"> | 49 | <mat-expansion-panel class="advanced-settings" [expanded]="false"> |
@@ -943,7 +943,6 @@ | @@ -943,7 +943,6 @@ | ||
943 | "alarm-type": "Alarm type", | 943 | "alarm-type": "Alarm type", |
944 | "alarm-type-required": "Alarm type is required.", | 944 | "alarm-type-required": "Alarm type is required.", |
945 | "alarm-type-unique": "Alarm type must be unique within the device profile alarm rules.", | 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 | "create-alarm-pattern": "Create <b>{{alarmType}}</b> alarm", | 946 | "create-alarm-pattern": "Create <b>{{alarmType}}</b> alarm", |
948 | "create-alarm-rules": "Create alarm rules", | 947 | "create-alarm-rules": "Create alarm rules", |
949 | "no-create-alarm-rules": "No create conditions configured", | 948 | "no-create-alarm-rules": "No create conditions configured", |