mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix English
This commit is contained in:
parent
858b9c5655
commit
89908bf14d
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ class RequestsScreen(CScreen):
|
||||||
requests_list.add_widget(ci)
|
requests_list.add_widget(ci)
|
||||||
|
|
||||||
if not _list:
|
if not _list:
|
||||||
msg = _('This screen shows the list of payment requests made by you.')
|
msg = _('This screen shows the list of payment requests you made.')
|
||||||
requests_list.add_widget(EmptyLabel(text=msg))
|
requests_list.add_widget(EmptyLabel(text=msg))
|
||||||
|
|
||||||
def do_show(self, obj):
|
def do_show(self, obj):
|
||||||
|
|
Loading…
Add table
Reference in a new issue