From 60ef0340bb16e75da3c0803a67aadc0a3071b22d Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 2 Jun 2025 16:07:08 +0000 Subject: [PATCH] messages.py: fix typo --- electrum/gui/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/messages.py b/electrum/gui/messages.py index 10a85461b..d7a66dce1 100644 --- a/electrum/gui/messages.py +++ b/electrum/gui/messages.py @@ -25,7 +25,7 @@ MSG_LIGHTNING_WARNING = _( ) MSG_THIRD_PARTY_PLUGIN_WARNING = ' '.join([ - '' + _('Warning: Thirt-party plugins have access to your wallet!') + '', + '' + _('Warning: Third-party plugins have access to your wallet!') + '', '

', _('Installing this plugin will grant third-party software access to your wallet. You must trust the plugin not to be malicious.'), _('You should at minimum check who the author of the plugin is, and be careful of imposters.'),