fix bad label Followed Tags

This commit is contained in:
jessop 2020-03-08 13:01:05 -04:00
parent c68d3e5931
commit fd27fa45f6

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