UI: Fixed translate key

This commit is contained in:
Artem Dzhereleiko 2023-11-20 10:42:38 +02:00
parent ef26f18d5a
commit a680f7284a

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>