diff --git a/electrum/gui/qt/channels_list.py b/electrum/gui/qt/channels_list.py index 1e447dd1b..9f8367f5f 100644 --- a/electrum/gui/qt/channels_list.py +++ b/electrum/gui/qt/channels_list.py @@ -501,7 +501,7 @@ class ChannelFeature(ABC): class ChanFeatChannel(ChannelFeature): def tooltip(self) -> str: - return _("This is a complete channel") + return _("This is a channel") def icon(self) -> QIcon: return read_QIcon("lightning")