fix(trading): typo translation full featured link (#5659)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com> Co-authored-by: Edd <edd@vega.xyz>
This commit is contained in:
parent
b1621d1191
commit
e309669736
@ -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",
|
||||
|
@ -263,7 +263,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>]}
|
||||
/>
|
||||
}
|
||||
@ -276,7 +276,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>
|
||||
|
Loading…
Reference in New Issue
Block a user