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
This commit is contained in:
commit
46d66738aa
@ -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…
x
Reference in New Issue
Block a user