Skip to content

Commit ad493a1

Browse files
Merge pull request #3549 from JaySoni1/WEB-940-fix-missing-translation-for-mandatory-guarantee-error-message-in-loan-product-settings-form
WEB-940 Fix missing translation for mandatory guarantee error message in loan product settings form
2 parents 4faf0c4 + dea41f7 commit ad493a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/products/loan-products/loan-product-stepper/loan-product-settings-step/loan-product-settings-step.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ <h3 class="mat-h3 flex-23">{{ 'labels.heading.Guarantee Requirements' | translat
879879
<mat-label>{{ 'labels.inputs.Mandatory Guarantee(%)' | translate }}</mat-label>
880880
<input type="number" matInput formControlName="mandatoryGuarantee" required min="0" />
881881
<mat-error>
882-
{{ 'labels.inputs.Mandatory Guarantee' | translate }} {{ 'labels.commons.is' | translate }}
882+
{{ 'labels.inputs.Mandatory Guarantee(%)' | translate }} {{ 'labels.commons.is' | translate }}
883883
<strong>{{ 'labels.commons.required' | translate }}</strong>
884884
</mat-error>
885885
</mat-form-field>

0 commit comments

Comments
 (0)