Merge pull request #3804 from lbryio/fix-badLabel

fix bad label Followed Tags
This commit is contained in:
jessopb 2020-03-08 13:02:18 -04:00 committed by GitHub
commit 27ba7f16b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ export default function TagsSearch(props: Props) {
label={'Add Tags'}
/>
<section>
<label>{newTag.length ? __('Matching') : __('Followed Tags')}</label>
<label>{newTag.length ? __('Matching') : __('Known Tags')}</label>
<ul className="tags">
{Boolean(newTag.length) && !suggestedTags.includes(newTag) && (
<Tag