This commit is contained in:
infinite-persistence 2021-07-01 17:00:57 +08:00
parent 2e0f8c6120
commit ad202d6471
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 2 additions and 1 deletions

View file

@ -1277,6 +1277,7 @@
"Anything": "Anything",
"Paid": "Paid",
"Start at": "Start at",
"Include List ID": "Include List ID",
"Links": "Links",
"LBRY URL": "LBRY URL",
"Download Link": "Download Link",

View file

@ -279,7 +279,7 @@ function ClaimMenuList(props: Props) {
<MenuItem className="comment__menu-option" onSelect={handleSupport}>
<div className="menu__link">
<Icon aria-hidden icon={ICONS.LBC} />
{__('Support')}
{__('Support --[button to support a claim]--')}
</div>
</MenuItem>
</>