Skip to content

Commit a103211

Browse files
authored
Merge pull request #3844 from ze/master
Make search bar in dashboard have a more clear message.
2 parents e82f9c1 + 3d96a06 commit a103211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/projects/project_dashboard_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>{% trans "Projects" %}</h3>
115115
<div class="module search search-dashboard">
116116
<form action="{% url 'search' %}" method="GET">
117117
<div class="text-input-wrapper search search-dashboard">
118-
<input type="text" name="q" class="search">
118+
<input type="text" name="q" class="search" placeholder="{% trans 'Search Read the Docs' %}">
119119
{% if type %}
120120
<input type="hidden" name="type" value="{{ type }}">
121121
{% endif %}

0 commit comments

Comments
 (0)