Skip to content

Commit 97a8cb2

Browse files
committed
change text message
1 parent 491a509 commit 97a8cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/webserver/site/src/js/locales.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const enUS: Locale = {
112112
[ID_BUY]: 'Buy',
113113
[ID_SELL]: 'Sell',
114114
[ID_NOT_SUPPORTED]: '{{ asset }} is not supported',
115-
[ID_VERSION_NOT_SUPPORTED]: 'version: {{ version }} of {{ asset }} is not supported',
115+
[ID_VERSION_NOT_SUPPORTED]: '{{ asset }} (v{{version}}) is not supported',
116116
[ID_CONNECTION_FAILED]: 'Connection to dex server failed. You can close dexc and try again later or wait for it to reconnect.',
117117
[ID_ORDER_PREVIEW]: 'Total: {{ total }} {{ asset }}',
118118
[ID_CALCULATING]: 'calculating...',

0 commit comments

Comments
 (0)