Skip to content

Commit 4510511

Browse files
committed
Restore original search placeholder text
1 parent d5310fe commit 4510511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/gif-toolbar-item.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export default (
2626
<input
2727
type="search"
2828
class="form-control ghg-search-input"
29-
placeholder="Search GIFs"
30-
aria-label="Search GIFs"
29+
placeholder="Search for a GIF…"
30+
aria-label="Search for a GIF"
3131
autofocus=""
3232
/>
3333
</div>

0 commit comments

Comments
 (0)