1
0

messages.py: fix typo

This commit is contained in:
SomberNight
2025-06-02 16:07:08 +00:00
parent 57704600d9
commit 60ef0340bb

View File

@@ -25,7 +25,7 @@ MSG_LIGHTNING_WARNING = _(
)
MSG_THIRD_PARTY_PLUGIN_WARNING = ' '.join([
'<b>' + _('Warning: Thirt-party plugins have access to your wallet!') + '</b>',
'<b>' + _('Warning: Third-party plugins have access to your wallet!') + '</b>',
'<br/><br/>',
_('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.'),