We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491a509 commit 97a8cb2Copy full SHA for 97a8cb2
1 file changed
client/webserver/site/src/js/locales.ts
@@ -112,7 +112,7 @@ export const enUS: Locale = {
112
[ID_BUY]: 'Buy',
113
[ID_SELL]: 'Sell',
114
[ID_NOT_SUPPORTED]: '{{ asset }} is not supported',
115
- [ID_VERSION_NOT_SUPPORTED]: 'version: {{ version }} of {{ asset }} is not supported',
+ [ID_VERSION_NOT_SUPPORTED]: '{{ asset }} (v{{version}}) is not supported',
116
[ID_CONNECTION_FAILED]: 'Connection to dex server failed. You can close dexc and try again later or wait for it to reconnect.',
117
[ID_ORDER_PREVIEW]: 'Total: {{ total }} {{ asset }}',
118
[ID_CALCULATING]: 'calculating...',
0 commit comments