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> <div>
<Form onSubmit={handleSubmit}> <Form onSubmit={handleSubmit}>
<FormField <FormField
label={__('Tags')} label={__('Tag Search')}
onChange={onChange} onChange={onChange}
placeholder={__('Search for more tags')} placeholder={__('Search for more tags')}
type="text" type="text"

View file

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

View file

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