Unable to change Cart Text based on number of items in cart

I must change the CART Component → Cart Button Text based on number of items actively in cart.

  1. If 0 Items in cart, display text “PLACE ORDER”
  2. Is 1 or greater items in cart, display text “FINISH ORDER”

Empty state contains buttons to order pages with add to cart.

image

Custom code would be required to make this change.