Use new path to error in translations

This commit is contained in:
graham-dds 2019-09-11 14:49:44 -04:00
parent ab17b5cf84
commit ccb26d8cf8

View File

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