forked from FoundKeyGang/FoundKey
Merge pull request #1498 from rinsuki/features/add-feedback-link
add feedback link
This commit is contained in:
commit
7d92c46414
3 changed files with 5 additions and 0 deletions
|
@ -369,6 +369,7 @@ desktop/views/components/ui.header.account.vue:
|
|||
mentions: "Mentions"
|
||||
customize: "Customize"
|
||||
settings: "Settings"
|
||||
feedback: "Feedback"
|
||||
signout: "Sign out"
|
||||
|
||||
desktop/views/components/ui.header.nav.vue:
|
||||
|
|
|
@ -369,6 +369,7 @@ desktop/views/components/ui.header.account.vue:
|
|||
mentions: "あなた宛て"
|
||||
customize: "カスタマイズ"
|
||||
settings: "設定"
|
||||
feedback: "フィードバック"
|
||||
signout: "サインアウト"
|
||||
|
||||
desktop/views/components/ui.header.nav.vue:
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
<li @click="settings">
|
||||
<p>%fa:cog%%i18n:@settings%%fa:angle-right%</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/syuilo/misskey/issues/new" target="_blank">%fa:comment%%i18n:@feedback%%fa:external-link-alt%</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li @click="signout">
|
||||
|
|
Loading…
Reference in a new issue