|
|
|
@ -50,7 +50,8 @@ Builder.load_string(''' |
|
|
|
TopLabel: |
|
|
|
TopLabel: |
|
|
|
text: (_('Address') if not root.is_lightning else _('Payment hash')) + ': ' |
|
|
|
text: (_('Address') if not root.is_lightning else _('Payment hash')) + ': ' |
|
|
|
RefLabel: |
|
|
|
RefLabel: |
|
|
|
text: root.key |
|
|
|
data: root.key |
|
|
|
|
|
|
|
name: (_('Address') if not root.is_lightning else _('Payment hash')) |
|
|
|
TopLabel: |
|
|
|
TopLabel: |
|
|
|
text: _('Status') + ': ' + root.status_str |
|
|
|
text: _('Status') + ': ' + root.status_str |
|
|
|
color: root.status_color |
|
|
|
color: root.status_color |
|
|
|
|