diff --git a/src/components/login/LoginCard.tsx b/src/components/login/LoginCard.tsx index 15755683..628f239d 100644 --- a/src/components/login/LoginCard.tsx +++ b/src/components/login/LoginCard.tsx @@ -88,13 +88,13 @@ export const LoginCard = ({ )} - {/*TODO: i18n */}Welcome to Jam + {t('login.title')} {listWalletsLoading ? ( <> ) : wallets && wallets.length > 0 ? ( - {/*TODO: i18n */}Select a wallet and enter your password to continue. + {t('login.subtitle')} ) : undefined} {enableOnboardingDialog ? (