Notifications -> Interactions (not in the column)

This commit is contained in:
eris 2022-07-30 19:24:20 +00:00
parent 57aa0d8da8
commit 26033e62b8
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ import {
faChevronDown,
faChevronUp,
faComments,
faBell,
faBolt,
faInfoCircle,
faStream,
faList,
@ -25,7 +25,7 @@ library.add(
faChevronDown,
faChevronUp,
faComments,
faBell,
faBolt,
faInfoCircle,
faStream,
faList,

View file

@ -45,7 +45,7 @@
<FAIcon
fixed-width
class="fa-scale-110"
icon="bell"
icon="bolt"
/>{{ $t("nav.interactions") }}
</router-link>
</li>

View file

@ -150,7 +150,7 @@
"back": "Back",
"friend_requests": "Follow Requests",
"mentions": "Mentions",
"interactions": "Notifications",
"interactions": "Interactions",
"dms": "Direct Messages",
"public_tl": "Local Timeline",
"public_timeline_description": "Public posts from this instance",