diff --git a/static/app-strings.json b/static/app-strings.json index e3849098f..db3a632c5 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2044,5 +2044,16 @@ "The payment will be made from your saved card": "The payment will be made from your saved card", "A channel is required to comment on lbry.tv": "A channel is required to comment on lbry.tv", "Commenting...": "Commenting...", + "Trending for #Art": "Trending for #Art", + "Trending for #Education": "Trending for #Education", + "Trending for #Technology": "Trending for #Technology", + "Add to Watch Later": "Add to Watch Later", + "Remove from Watch Later": "Remove from Watch Later", + "Added": "Added", + "Show %count% replies": "Show %count% replies", + "Show reply": "Show reply", + "added to": "added to", + "removed from": "removed from", + "Item removed from Watch Later": "Item removed from Watch Later", "--end--": "--end--" } diff --git a/ui/component/claimPreviewTile/view.jsx b/ui/component/claimPreviewTile/view.jsx index 6533dbba8..e95673ddf 100644 --- a/ui/component/claimPreviewTile/view.jsx +++ b/ui/component/claimPreviewTile/view.jsx @@ -193,7 +193,7 @@ function ClaimPreviewTile(props: Props) { 'claim-preview__live': live, })} > - + {!isChannel && ( @@ -245,7 +245,7 @@ function ClaimPreviewTile(props: Props) { ) : ( - + diff --git a/ui/component/uriIndicator/view.jsx b/ui/component/uriIndicator/view.jsx index c89224a2e..ba3d36376 100644 --- a/ui/component/uriIndicator/view.jsx +++ b/ui/component/uriIndicator/view.jsx @@ -48,6 +48,7 @@ class UriIndicator extends React.PureComponent { hideAnonymous = false, external = false, className, + ...props } = this.props; if (!claim) { @@ -86,7 +87,7 @@ class UriIndicator extends React.PureComponent { if (children) { return ( - ); @@ -96,6 +97,7 @@ class UriIndicator extends React.PureComponent { className={classnames(className, 'button--uri-indicator')} navigate={channelLink} target={external ? '_blank' : undefined} + {...props} > {inner}