Compare commits

...
Author SHA1 Message Date
m.ray af14e3c60a fix(trading): vega wallet dialog typo full featured link translation (#5656) 2024-01-23 16:05:07 +00:00
0ea47a0956 chore(trading): fix monitoring bounds (#5655)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: Edd <edd@vega.xyz>
2024-01-23 15:14:36 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"Use the Desktop App/CLI": "Use the Desktop App/CLI",
"User rejected": "User rejected",
"Vega browser extension not installed": "Vega browser extension not installed",
"Vega Wallet <0>full featured<0>": "Vega Wallet <0>full featured<0>",
"Vega Wallet <0>full featured</0>": "Vega Wallet <0>full featured</0>",
"Verifying chain": "Verifying chain",
"View as party": "View as party",
"VIEW AS VEGA USER": "VIEW AS VEGA USER",
@@ -268,7 +268,7 @@ const ConnectorList = ({
onClick={() => onSelect('injected')}
title={
<Trans
defaults="Vega Wallet <0>full featured<0>"
defaults="Vega Wallet <0>full featured</0>"
components={[<span className="text-xs">full featured</span>]}
/>
}
@@ -281,7 +281,7 @@ const ConnectorList = ({
<div>
<h1 className="mb-1 text-lg">
<Trans
defaults="Vega Wallet <0>full featured<0>"
defaults="Vega Wallet <0>full featured</0>"
components={[<span className="text-xs">full featured</span>]}
/>
</h1>