Skip to content

Commit

Permalink
change text message
Browse files Browse the repository at this point in the history
  • Loading branch information
vctt94 committed Jan 19, 2023
1 parent 491a509 commit 97a8cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/webserver/site/src/js/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const enUS: Locale = {
[ID_BUY]: 'Buy',
[ID_SELL]: 'Sell',
[ID_NOT_SUPPORTED]: '{{ asset }} is not supported',
[ID_VERSION_NOT_SUPPORTED]: 'version: {{ version }} of {{ asset }} is not supported',
[ID_VERSION_NOT_SUPPORTED]: '{{ asset }} (v{{version}}) is not supported',
[ID_CONNECTION_FAILED]: 'Connection to dex server failed. You can close dexc and try again later or wait for it to reconnect.',
[ID_ORDER_PREVIEW]: 'Total: {{ total }} {{ asset }}',
[ID_CALCULATING]: 'calculating...',
Expand Down

0 comments on commit 97a8cb2

Please sign in to comment.