IO-233 Updated translations.

This commit is contained in:
Patrick Fic
2021-09-01 13:24:19 -07:00
parent cb76e2dcde
commit 37a16edfb4
7 changed files with 397 additions and 17 deletions

View File

@@ -246,7 +246,7 @@ export function DmsPostForm({ bodyshop, socket, job }) {
}}
style={{ width: "100%" }}
>
{t("dms.actions.addpayer")}
{t("jobs.actions.dms.addpayer")}
</Button>
</Form.Item>
</div>
@@ -275,7 +275,7 @@ export function DmsPostForm({ bodyshop, socket, job }) {
value={totalAllocated.toFormat()}
/>
<Statistic
title={t("jobs.fields.subtotal")}
title={t("jobs.labels.subtotal")}
value={Dinero(job.job_totals.totals.total_repairs).toFormat()}
/>
<Statistic
@@ -285,9 +285,7 @@ export function DmsPostForm({ bodyshop, socket, job }) {
}}
value={discrep.toFormat()}
/>
<Button //disabled={discrep.getAmount() !== 0} //TODO: REMOVE THIS COMMENT.
htmlType="submit"
>
<Button disabled={discrep.getAmount() !== 0} shtmlType="submit">
{t("jobs.actions.dms.post")}
</Button>
<Button