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:
m.ray 2024-01-23 18:05:51 +02:00 committed by GitHub
parent b1621d1191
commit e309669736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

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",

View File

@ -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>