commit 496de038694b594af50e0eda7bf01bf02927c8ad
parent 0c3565bd4da1c03981098239723cf10b6dce2d5b
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 5 Mar 2020 14:43:10 +0100
(minor) typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/kivy/uix/dialogs/invoice_dialog.py b/electrum/gui/kivy/uix/dialogs/invoice_dialog.py
@@ -41,7 +41,7 @@ Builder.load_string('''
text: _('Status') + ': ' + root.status_str
color: root.status_color
TopLabel:
- warning: root.warning
+ text: root.warning
color: (0.9, 0.6, 0.3, 1)
Widget:
size_hint: 1, 0.2