forked from AkkomaGang/akkoma-fe
Notifications -> Interactions (not in the column)
This commit is contained in:
parent
57aa0d8da8
commit
26033e62b8
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ import {
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChevronUp,
|
faChevronUp,
|
||||||
faComments,
|
faComments,
|
||||||
faBell,
|
faBolt,
|
||||||
faInfoCircle,
|
faInfoCircle,
|
||||||
faStream,
|
faStream,
|
||||||
faList,
|
faList,
|
||||||
|
@ -25,7 +25,7 @@ library.add(
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChevronUp,
|
faChevronUp,
|
||||||
faComments,
|
faComments,
|
||||||
faBell,
|
faBolt,
|
||||||
faInfoCircle,
|
faInfoCircle,
|
||||||
faStream,
|
faStream,
|
||||||
faList,
|
faList,
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
<FAIcon
|
<FAIcon
|
||||||
fixed-width
|
fixed-width
|
||||||
class="fa-scale-110"
|
class="fa-scale-110"
|
||||||
icon="bell"
|
icon="bolt"
|
||||||
/>{{ $t("nav.interactions") }}
|
/>{{ $t("nav.interactions") }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"friend_requests": "Follow Requests",
|
"friend_requests": "Follow Requests",
|
||||||
"mentions": "Mentions",
|
"mentions": "Mentions",
|
||||||
"interactions": "Notifications",
|
"interactions": "Interactions",
|
||||||
"dms": "Direct Messages",
|
"dms": "Direct Messages",
|
||||||
"public_tl": "Local Timeline",
|
"public_tl": "Local Timeline",
|
||||||
"public_timeline_description": "Public posts from this instance",
|
"public_timeline_description": "Public posts from this instance",
|
||||||
|
|
Loading…
Reference in a new issue