more descriptive tag search input label

This commit is contained in:
Sean Yesmunt 2019-07-02 11:07:31 -04:00
parent 63364b664c
commit fd181ebde2
3 changed files with 1 additions and 6 deletions

View file

@ -69,7 +69,7 @@ export default function TagSelect(props: Props) {
<div>
<Form onSubmit={handleSubmit}>
<FormField
label={__('Tags')}
label={__('Tag Search')}
onChange={onChange}
placeholder={__('Search for more tags')}
type="text"

View file

@ -18,10 +18,6 @@ table,
}
}
.table--empty {
// padding: var(--spacing-large);
}
td {
overflow: hidden;
}

View file

@ -368,7 +368,6 @@
"Add to your library": "Add to your library",
"Web link": "Web link",
"Facebook": "Facebook",
"": "",
"Twitter": "Twitter",
"View on Spee.ch": "View on Spee.ch",
"LBRY App link": "LBRY App link",