Skip to content
Snippets Groups Projects
Verified Commit 869fc205 authored by Georg Krause's avatar Georg Krause
Browse files

Use the same help menu entry for mobile and desktop

parent 8328ce9c
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,16 @@
</div>
<div class="ui divider" />
</template>
<div class="row">
<a
class="column"
href="https://funkwhale.audio/help"
target="_blank"
>
<i class="user-modal list-icon life ring outline icon" />
<span class="user-modal list-item">{{ labels.help }}</span>
</a>
</div>
<div class="row">
<a
class="column"
......@@ -186,6 +196,7 @@ export default {
support: this.$pgettext('Sidebar/*/Listitem.Link', 'Help'),
forum: this.$pgettext('Sidebar/*/Listitem.Link', 'Forum'),
docs: this.$pgettext('Sidebar/*/Listitem.Link', 'Documentation'),
help: this.$pgettext('Sidebar/*/Listitem.Link', 'Help'),
language: this.$pgettext(
'Sidebar/Settings/Dropdown.Label/Short, Verb',
'Language'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment