Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.

This commit is contained in:
Mariusz Felisiak 2021-09-21 10:19:14 +02:00 committed by GitHub
parent 881a479911
commit 1bb8200f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<button class="sticky toggle-nav-sidebar" id="toggle-nav-sidebar" aria-label="{% translate 'Toggle navigation' %}"></button>
<nav class="sticky" id="nav-sidebar">
<input type="search" id="nav-filter"
placeholder="{% translate 'Start typing to filter...' %}"
placeholder="{% translate 'Start typing to filter' %}"
aria-label="{% translate 'Filter navigation items' %}">
{% include 'admin/app_list.html' with app_list=available_apps show_changelinks=False %}
</nav>