Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/cowswap-frontend/src/locales/en-US.po
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ msgstr "Limit price (incl. costs)"

#: apps/cowswap-frontend/src/modules/ordersTable/containers/OrderRow/OrderContextMenu.tsx
msgid "Order receipt"
msgstr "Order receipt"
msgstr "Recibo de la orden"
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file is named 'en-US.po' but contains Spanish translations. Spanish translations should be in a separate locale file like 'es.po' or 'es-ES.po'.

Suggested change
msgstr "Recibo de la orden"
msgstr "Order receipt"

Copilot uses AI. Check for mistakes.

#: apps/cowswap-frontend/src/pages/Account/Governance.tsx
msgid "CoW forum"
Expand Down Expand Up @@ -3348,7 +3348,7 @@ msgstr "Token symbol, address"

#: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/index.tsx
msgid "Order Receipt"
msgstr "Order Receipt"
msgstr "Recibo de la orden"

#: apps/cowswap-frontend/src/modules/orderProgressBar/pure/steps/FinishedStep.tsx
msgid "Transaction completed!"
Expand Down
Loading