From 452b3e08bcced3dc8592e1e172db2d8bbeafd710 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Thu, 4 Dec 2025 12:08:52 +0100 Subject: [PATCH] Update seed import warnings to reference Pallectrum instead of Electrum --- electrum/gui/qt/seed_dialog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/electrum/gui/qt/seed_dialog.py b/electrum/gui/qt/seed_dialog.py index 3a93363e0..8fc5ff259 100644 --- a/electrum/gui/qt/seed_dialog.py +++ b/electrum/gui/qt/seed_dialog.py @@ -233,15 +233,15 @@ class SeedWidget(QWidget): if self.seed_type == 'bip39': message = ' '.join([ '' + _('Warning') + ': ', - _('BIP39 seeds can be imported in Electrum, so that users can access funds locked in other wallets.'), + _('BIP39 seeds can be imported in Pallectrum, so that users can access funds locked in other wallets.'), _('However, we do not generate BIP39 seeds, because they do not meet our safety standard.'), _('BIP39 seeds do not include a version number, which compromises compatibility with future software.'), - _('We do not guarantee that BIP39 imports will always be supported in Electrum.'), + _('We do not guarantee that BIP39 imports will always be supported in Pallectrum.'), ]) elif self.seed_type == 'slip39': message = ' '.join([ '' + _('Warning') + ': ', - _('SLIP39 seeds can be imported in Electrum, so that users can access funds locked in other wallets.'), + _('SLIP39 seeds can be imported in Pallectrum, so that users can access funds locked in other wallets.'), _('However, we do not generate SLIP39 seeds.'), ]) else: