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",
|
"Anything": "Anything",
|
||||||
"Paid": "Paid",
|
"Paid": "Paid",
|
||||||
"Start at": "Start at",
|
"Start at": "Start at",
|
||||||
|
"Include List ID": "Include List ID",
|
||||||
"Links": "Links",
|
"Links": "Links",
|
||||||
"LBRY URL": "LBRY URL",
|
"LBRY URL": "LBRY URL",
|
||||||
"Download Link": "Download Link",
|
"Download Link": "Download Link",
|
||||||
|
|
|
@ -279,7 +279,7 @@ function ClaimMenuList(props: Props) {
|
||||||
<MenuItem className="comment__menu-option" onSelect={handleSupport}>
|
<MenuItem className="comment__menu-option" onSelect={handleSupport}>
|
||||||
<div className="menu__link">
|
<div className="menu__link">
|
||||||
<Icon aria-hidden icon={ICONS.LBC} />
|
<Icon aria-hidden icon={ICONS.LBC} />
|
||||||
{__('Support')}
|
{__('Support --[button to support a claim]--')}
|
||||||
</div>
|
</div>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue