Update terms of use title to 'Pallectrum Terms of Use'

This commit is contained in:
2025-11-21 10:35:15 +01:00
parent a9163625c4
commit 9fdd0ac4f5

View File

@@ -33,7 +33,7 @@ class QETermsOfUseWizard(TermsOfUseWizard, QEAbstractWizard):
class WCTermsOfUseScreen(WizardComponent):
def __init__(self, parent, wizard):
WizardComponent.__init__(self, parent, wizard, title='')
self.wizard_title = _('Electrum Terms of Use')
self.wizard_title = _('Pallectrum Terms of Use')
self.img_label = QLabel()
pixmap = QPixmap(icon_path('electrum_darkblue_1.png'))
self.img_label.setPixmap(pixmap)