i18n
This commit is contained in:
parent
2e0f8c6120
commit
ad202d6471
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue