mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
kivy: fix missing i18n
This commit is contained in:
parent
b0311885a5
commit
a2fc90dbda
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ ReceiveScreen:
|
|||
pos_hint: {'center_y': .5}
|
||||
BlueButton:
|
||||
id: amount_label
|
||||
default_text: 'Amount'
|
||||
text: s.amount if s.amount else 'Amount'
|
||||
default_text: _('Amount')
|
||||
text: s.amount if s.amount else _('Amount')
|
||||
on_release: app.amount_dialog(s, False)
|
||||
CardSeparator:
|
||||
opacity: message_selection.opacity
|
||||
|
|
Loading…
Add table
Reference in a new issue