mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
Revealer: Fix typo
This commit is contained in:
parent
019566b383
commit
0caf8e30cd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue