diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-01-03 10:16:42 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-01-03 10:16:42 +0000 |
| commit | ad97e03b59783d655c7d414e27b0bce41a6a4ee6 (patch) | |
| tree | 817b578e53b884c4b5facd63c166b522f59a8978 /src/components/interactions/interactions.vue | |
| parent | 1a82a00a2b45041c35b72ab16ee34c120341b652 (diff) | |
| parent | 215662afdee3935f66e5fbd73260e2039f5216de (diff) | |
Merge branch 'fix-move-type-notification' into 'develop'
Fix for move type notification
See merge request pleroma/pleroma-fe!1026
Diffstat (limited to 'src/components/interactions/interactions.vue')
| -rw-r--r-- | src/components/interactions/interactions.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue index 08cee343..a2e252ab 100644 --- a/src/components/interactions/interactions.vue +++ b/src/components/interactions/interactions.vue @@ -21,6 +21,10 @@ key="follows" :label="$t('interactions.follows')" /> + <span + key="moves" + :label="$t('interactions.moves')" + /> </tab-switcher> <Notifications ref="notifications" |
