Skip to content

Commit

Permalink
pos_partner_firstname: fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Nov 3, 2023
1 parent 2daabd6 commit bf43d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pos_partner_firstname/static/src/xml/pos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
name="lastname"
t-on-change="captureChange"
t-att-value="props.partner.lastname || ''"
placeholder="LastName"
placeholder="Last Name"
/>
</div>
</div>
Expand All @@ -45,7 +45,7 @@
name="firstname"
t-on-change="captureChange"
t-att-value="props.partner.firstname || ''"
placeholder="FirstName"
placeholder="First Name"
/>
</div>
</div>
Expand Down

0 comments on commit bf43d8e

Please sign in to comment.