mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix typo (#2966)
This commit is contained in:
parent
331ef9a920
commit
34ec61153a
@ -105,7 +105,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.$apollo.queries.blockedUsers.refetch()
|
this.$apollo.queries.blockedUsers.refetch()
|
||||||
const { name } = user.row
|
const { name } = user.row
|
||||||
this.$toast.success(this.$t('settings.blocked-user.unblocked', { name }))
|
this.$toast.success(this.$t('settings.blocked-users.unblocked', { name }))
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user