diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-09-17 11:36:34 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-09-17 11:36:34 -0600 |
| commit | 3c707608ce828a2221e496df48bd2b3f9aecd5d4 (patch) | |
| tree | d2cfe4c6a3ff5452ef944f837976fb076035be16 /src/components/account_actions/account_actions.vue | |
| parent | 12d8d1711bb41b14c35914cb82a6d5f41943e198 (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.vue | 2 |
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" |
