Skip to content

Commit

Permalink
fix: typo on orderbook page (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Sep 17, 2023
1 parent 313c077 commit a0fa434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,10 @@
},
"orderbook": {
"title": "Orderbook",
"text_orderbook_summary_one": "{{ count }} offer by {{ counterpartyCount }} conterparty",
"text_orderbook_summary_other": "{{ count }} offers by {{ counterpartyCount }} conterparties",
"text_orderbook_summary_filtered_one": "found {{ count }} offer by {{ counterpartyCount }} conterparty",
"text_orderbook_summary_filtered_other": "found {{ count }} offers by {{ counterpartyCount }} conterparties",
"text_orderbook_summary_one": "{{ count }} offer by {{ counterpartyCount }} counterparty",
"text_orderbook_summary_other": "{{ count }} offers by {{ counterpartyCount }} counterparties",
"text_orderbook_summary_filtered_one": "found {{ count }} offer by {{ counterpartyCount }} counterparty",
"text_orderbook_summary_filtered_other": "found {{ count }} offers by {{ counterpartyCount }} counterparties",
"alert_empty_orderbook": "Orderbook is empty",
"error_loading_orderbook_failed": "Error while loading the orderbook. Your current local setup might not support fetching the orderbook. Reason: {{ reason }}",
"text_offer_type_absolute": "absolute",
Expand Down

0 comments on commit a0fa434

Please sign in to comment.