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:
parent
2453a338be
commit
80f58baa86
6 changed files with 54 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue