Browse Source

Merge pull request #9663 from ArtemDzhereleiko/AD/bug-fix/tenant-profile/nagative-translation

Fixed translation key for error of rule engine TTL exceptions days field
pull/9782/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
46d66738aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html

2
ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html

@ -297,7 +297,7 @@
{{ 'tenant-profile.rule-engine-exceptions-ttl-days-required' | translate}}
</mat-error>
<mat-error *ngIf="defaultTenantProfileConfigurationFormGroup.get('ruleEngineExceptionsTtlDays').hasError('min')">
{{ 'tenant-profile.rule-engine-exceptions-ttl-days-days-range' | translate}}
{{ 'tenant-profile.rule-engine-exceptions-ttl-days-range' | translate}}
</mat-error>
<mat-hint></mat-hint>
</mat-form-field>

Loading…
Cancel
Save