Use the same help menu entry for mobile and desktop

This commit is contained in:
Georg Krause 2021-12-03 11:35:15 +01:00
parent 8328ce9c9c
commit 869fc20536
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 11 additions and 0 deletions

View File

@ -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'