summaryrefslogtreecommitdiffstats
path: root/views/layout.erb
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.erb')
-rw-r--r--views/layout.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb
index 6a85482..17a5983 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -22,7 +22,7 @@
<header class="site-header">
<a href="/browse/" class="site-logo">Albumen</a>
<form action="/search" method="get" class="header-search">
- <input type="search" name="q" placeholder="Search…" autocomplete="off"
+ <input type="search" name="q" placeholder="Album search…" autocomplete="off"
value="<%= defined?(@search_query) ? ERB::Util.html_escape(@search_query.to_s) : '' %>"
class="header-search-input">
</form>