change side drawer to use shoutbox name

This commit is contained in:
Shpuld Shpuldson 2020-09-16 11:29:10 +03:00
parent d6fe4f6a4f
commit 1b811d8b93
2 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,7 @@
@click="toggleDrawer"
>
<router-link :to="{ name: 'chat' }">
<i class="button-icon icon-chat" /> {{ $t("nav.chat") }}
<i class="button-icon icon-chat" /> {{ $t("shoutbox.title") }}
</router-link>
</li>
</ul>

View File

@ -113,7 +113,6 @@
"about": "About",
"administration": "Administration",
"back": "Back",
"chat": "Local Chat",
"friend_requests": "Follow Requests",
"mentions": "Mentions",
"interactions": "Interactions",