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.'),