Hello, friends! I’m having some trouble to translate the “Orders” word that goes on the top of the orders list, on the customer dashboard (see image below). I already tried using the JavaScript API (as explained here: Localization – Snipcart Documentation) but the cart seems to ignore my translation only for this specific word. This is how I’m setting the customer dashboard translations:
customer_dashboard: {
my_account: “Sua conta”,
orders: “Pedidos”,
view_invoice: “Ver nota fiscal”,
}
“my_account” and “view_invoice” both work properly (you can see them in the image below) but “orders” don’t!
Does anyone know how to solve this? Thanks in advance!