Change "Remove this follower" to "Remove Follower" and add a button to remove a follower in the followers tab for the logged in user

This commit is contained in:
Sean King 2022-09-17 11:36:34 -06:00 committed by FloatingGhost
parent 2453a338be
commit 80f58baa86
6 changed files with 54 additions and 3 deletions

View file

@ -33,7 +33,7 @@
class="btn button-default btn-block dropdown-item"
@click="removeUserFromFollowers"
>
{{ $t('user_card.remove_this_follower') }}
{{ $t('user_card.remove_follower') }}
</button>
<button
v-if="relationship.blocking"