Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.
This commit is contained in:
parent
881a479911
commit
1bb8200f2f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue