diff --git a/libs/accounts/src/lib/transfer-form.tsx b/libs/accounts/src/lib/transfer-form.tsx index dc984ce6d..8a6bd542d 100644 --- a/libs/accounts/src/lib/transfer-form.tsx +++ b/libs/accounts/src/lib/transfer-form.tsx @@ -252,7 +252,9 @@ export const TransferForm = ({ pubKey === selectedPubKey && value === AccountType.ACCOUNT_TYPE_GENERAL ) { - return t('Cannot transfer to the same account'); + return t( + 'Cannot transfer to the same account type for the connected key' + ); } return true; },