Skip to content

Commit

Permalink
✍️ Marketplace: Wordsmith!
Browse files Browse the repository at this point in the history
Co-authored-by: KellyAH <[email protected]>
  • Loading branch information
zspencer and KellyAH committed Mar 3, 2023
1 parent fe15761 commit bc7f76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/furniture/marketplace/carts/_cart.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Delivering to <%= cart.delivery_address %>

</p>
<%= button_to "Change Address", cart.location, params: { cart: { delivery_address: nil } }%>
<%= button_to "Update Address", cart.location, params: { cart: { delivery_address: nil } }%>
</div>

<%- end %>
Expand Down
2 changes: 1 addition & 1 deletion app/furniture/marketplace/carts/_total.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Products:
<%= humanized_money_with_symbol(cart.product_total) %></span>
<%- if cart.delivery_address.present? %>
<span>Delivery:
<span>Delivery Fee:
<%= humanized_money_with_symbol(cart.delivery_fee) %></span>
<%- end %>
<span class="font-bold">
Expand Down

0 comments on commit bc7f76b

Please sign in to comment.