From b42bb84b5cc5eee812148155ceac3d9b4d2ae238 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 17 Apr 2023 19:04:09 +0200 Subject: [PATCH] fix typo --- electrum/gui/qml/qechannelopener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/qechannelopener.py b/electrum/gui/qml/qechannelopener.py index 578929ecc..16433258d 100644 --- a/electrum/gui/qml/qechannelopener.py +++ b/electrum/gui/qml/qechannelopener.py @@ -173,7 +173,7 @@ class QEChannelOpener(QObject, AuthMixin): self._finalizer.wallet = self._wallet self.finalizerChanged.emit() - @auth_protect(message=_('Open Lichtning channel?')) + @auth_protect(message=_('Open Lightning channel?')) def do_open_channel(self, funding_tx, conn_str, password): """ conn_str: a connection string that extract_nodeid can parse, i.e. cannot be a trampoline name