IO-233 Updated translations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user