diff --git a/libs/wallet/src/connect-dialog/connect-dialog.tsx b/libs/wallet/src/connect-dialog/connect-dialog.tsx index ab8050183..ce66a312c 100644 --- a/libs/wallet/src/connect-dialog/connect-dialog.tsx +++ b/libs/wallet/src/connect-dialog/connect-dialog.tsx @@ -241,51 +241,49 @@ const ConnectorList = ({ 'Connect securely, deposit funds and approve or reject transactions with the Vega wallet' )}

-
-
- {isBrowserWalletInstalled() ? ( - onSelect('injected')} - title={ - <> - {t('Vega Wallet')} - {' '} - {t('full featured')} - - } - description={t( - `Connect Vega Wallet extension +
+ {isBrowserWalletInstalled() ? ( + onSelect('injected')} + title={ + <> + {t('Vega Wallet')} + {' '} + {t('full featured')} + + } + description={t( + `Connect Vega Wallet extension + for %s to access all features including key + management and detailed transaction views from your + browser.`, + [browserName] + )} + /> + ) : ( +
+

+ {t('Vega Wallet')} + {' '} + {t('full featured')} +

+

+ {t( + `Install Vega Wallet extension for %s to access all features including key management and detailed transaction views from your browser.`, [browserName] )} +

+ - ) : ( -
-

- {t('Vega Wallet')} - {' '} - {t('full featured')} -

-

- {t( - `Install Vega Wallet extension - for %s to access all features including key - management and detailed transaction views from your - browser.`, - [browserName] - )} -

- -
- )} -
+
+ )} {connectors['snap'] !== undefined ? (
{snapStatus === SnapStatus.INSTALLED ? ( @@ -348,7 +346,7 @@ const ConnectorList = ({
) : null}
-

{t('Advanced / Other options...')}

+

{t('Advanced / Other options...')}

{title}

-

{description}

+

{description}