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: