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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|