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:
Igor Kulikov 2023-12-05 17:49:11 +02:00 committed by GitHub
commit 46d66738aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>