chore: 4775 text on the connection modal

This commit is contained in:
maciek
2023-09-21 14:23:53 +02:00
parent f201eebedc
commit 2fc9fd69f2
@@ -269,7 +269,7 @@ const ConnectorList = ({
</>
}
description={t(
`Connect Vega Wallet extension
`Connect with Vega Wallet extension
for %s to access all features including key
management and detailed transaction views from your
browser.`,
@@ -301,8 +301,18 @@ const ConnectorList = ({
{connectors['snap'] !== undefined ? (
<div>
{snapStatus === SnapStatus.INSTALLED ? (
<ConnectionOption
<ConnectionOptionWithDescription
type="snap"
title={
<>
<span>{t('Metamask Snap')}</span>
{' '}
<span className="text-xs"> {t('quick start')}</span>
</>
}
description={t(
`Connect directly via Metamask with the Vega Snap for single key support without advanced features.`
)}
text={
<>
<div className="flex items-center justify-center w-full h-full text-base gap-1">
@@ -330,7 +340,7 @@ const ConnectorList = ({
</>
}
description={t(
`Connect directly via Metamask with the Vega Snap for single key support without advanced features.`
`Install Metamask with the Vega Snap for single key support without advanced features.`
)}
text={
<>