fix: update search placeholder text
Changed the placeholder text from "Search Wikipedia" to "Search Wiki" to prevent confusion if a different project was selected. Ref: #18
This commit is contained in:
parent
4312ec4ac3
commit
426964a798
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<option {% if key == lang %}selected="selected"{% endif %} value="{{ key }}">{{ value["name"] }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input type="text" name="query" id="query" placeholder="Search Wikipedia">
|
||||
<input type="text" name="query" id="query" placeholder="Search Wiki">
|
||||
<button type="submit">Search</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue