Commit b9d07743 authored by Winnie Hellmann's avatar Winnie Hellmann

Add dropdown title to issue board switcher

parent f2194a46
......@@ -220,7 +220,13 @@ export default {
:text="board.name"
@show="loadBoards"
>
<gl-dropdown-header>
<div>
<div class="dropdown-title mb-0" @mousedown.prevent>
{{ s__('IssueBoards|Switch board') }}
</div>
</div>
<gl-dropdown-header class="mt-0">
<gl-search-box v-if="!loading" ref="searchBox" v-model="filterTerm" />
</gl-dropdown-header>
......
......@@ -5025,6 +5025,9 @@ msgstr ""
msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again."
msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
msgid "Issues"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment