diff --git a/electrum/plugins/revealer/qt.py b/electrum/plugins/revealer/qt.py index 126fc6413..b11b5f5ef 100644 --- a/electrum/plugins/revealer/qt.py +++ b/electrum/plugins/revealer/qt.py @@ -113,7 +113,7 @@ class Plugin(RevealerPlugin): self.load_noise.textChanged.connect(self.on_edit) self.load_noise.setMaximumHeight(33) self.hbox.addLayout(vbox) - vbox.addWidget(WWLabel(_("or type a existing revealer code below and click 'next':"))) + vbox.addWidget(WWLabel(_("or type an existing revealer code below and click 'next':"))) vbox.addWidget(self.load_noise) vbox.addSpacing(3) self.next_button = QPushButton(_("Next"), self.d)