aboutsummaryrefslogtreecommitdiff
path: root/src/components/account_actions/account_actions.vue
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-09-17 11:36:34 -0600
committerSean King <seanking2919@protonmail.com>2022-09-17 11:36:34 -0600
commit3c707608ce828a2221e496df48bd2b3f9aecd5d4 (patch)
treed2cfe4c6a3ff5452ef944f837976fb076035be16 /src/components/account_actions/account_actions.vue
parent12d8d1711bb41b14c35914cb82a6d5f41943e198 (diff)
Change "Remove this follower" to "Remove Follower" and add a button to remove a follower in the followers tab for the logged in user
Diffstat (limited to 'src/components/account_actions/account_actions.vue')
-rw-r--r--src/components/account_actions/account_actions.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue
index 9bcde9fe..218aa6b3 100644
--- a/src/components/account_actions/account_actions.vue
+++ b/src/components/account_actions/account_actions.vue
@@ -34,7 +34,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"