diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-21 19:44:05 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-21 19:44:05 +0000 |
| commit | d096962b054a49fb4971da30a801738838d08ca0 (patch) | |
| tree | 64bc3f7c822f2a0684f25a86a2457c4c993d3a96 /src/components/interactions/interactions.vue | |
| parent | f0f323b49c40ac48fe175afcffe69b633eb362a3 (diff) | |
| parent | 34285150a005ea13762df98d9a9ad338cff38a3e (diff) | |
Merge branch 'status-notification-type' into 'develop'
Support `status` notification type
See merge request pleroma/pleroma-fe!1916
Diffstat (limited to 'src/components/interactions/interactions.vue')
| -rw-r--r-- | src/components/interactions/interactions.vue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue index 35d03562..a2c56af4 100644 --- a/src/components/interactions/interactions.vue +++ b/src/components/interactions/interactions.vue @@ -10,10 +10,14 @@ :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')" /> |
