How to customize the “Add to cart” text?

Hello,
I use dynamic data {woo_add_to_cart} and when my product has no price it shows “Read more” otherwise when there is a price it shows “Add to cart”. How do I edit a “Read more” or “Add to cart” button using my customize text?
In my language “Read more” is replaced by “Đọc tiếp” but I want to change it to another word.

for the Add to cart option:

@digismith Thank you. But I just want to change only a few places. Is there another way that can be applied like the one with the read more button?
<a href="{post_url}">Read More</a>

I can’t really tell from your question what you’re doing / how you’re creating the links/posts. But if it’s part of a product-loop query built with Bricks… can’t you just add the text, or a button, set the text (e.g. MY CART BUTTON ) and set the dynamic link to {woo_add_to_cart}

Sorry that my question was not clear. :worried:
But I found a way to solve my problem by

<a href="?add-to-cart={post_id}">add</a>

Thank you for visiting my topic :smiley: