Add tab to interactions.vue
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
5c48ea2f1a
commit
34285150a0
|
@ -10,9 +10,13 @@
|
|||
:on-switch="onModeSwitch"
|
||||
>
|
||||
<span
|
||||
key="mentions"
|
||||
key="statuses"
|
||||
:label="$t('nav.mentions')"
|
||||
/>
|
||||
<span
|
||||
key="statuses"
|
||||
:label="$t('interactions.statuses')"
|
||||
/>
|
||||
<span
|
||||
key="likes+repeats"
|
||||
:label="$t('interactions.favs_repeats')"
|
||||
|
|
|
@ -265,7 +265,8 @@
|
|||
"emoji_reactions": "Emoji Reactions",
|
||||
"reports": "Reports",
|
||||
"moves": "User migrates",
|
||||
"load_older": "Load older interactions"
|
||||
"load_older": "Load older interactions",
|
||||
"statuses": "Subscriptions"
|
||||
},
|
||||
"post_status": {
|
||||
"edit_status": "Edit status",
|
||||
|
|
Loading…
Reference in New Issue