Use new path to error in translations
This commit is contained in:
parent
ab17b5cf84
commit
ccb26d8cf8
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<input type='hidden' v-bind:value='rawValue' :name='name' />
|
<input type='hidden' v-bind:value='rawValue' :name='name' />
|
||||||
<template v-if='!fundingValid'>
|
<template v-if='!fundingValid'>
|
||||||
<span class='usa-input__message'>{{ "forms.task_order.obligated_amount_error" | translate }}</span>
|
<span class='usa-input__message'>{{ "forms.task_order.clin_funding_errors.obligated_amount_error" | translate }}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if='showError'>
|
<template v-else-if='showError'>
|
||||||
<span class='usa-input__message' v-html='validationError'></span>
|
<span class='usa-input__message' v-html='validationError'></span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user