mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
5 lines
148 B
Python
5 lines
148 B
Python
from electrum.i18n import _
|
|
|
|
fullname = _('Email')
|
|
description = _("Send and receive payment request with an email account")
|
|
available_for = ['qt']
|