Skip to content
Snippets Groups Projects
Commit 72bcc716 authored by meskio's avatar meskio :tent:
Browse files

Change the wording if we update the order

parent 026ae157
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,9 @@ class PurchaseOrder extends React.Component {
{formEntries}
<Form.Group as={Row}>
<Col className="text-right">
<Button type="submit">Realizar pedido</Button>
<Button type="submit">
{this.props.purchase ? "Actualizar" : "Realizar"} pedido
</Button>
</Col>
<Col>
<h3>Total: {printMoney(this.state.total)}</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment