This commit is contained in:
mattwr18 2020-02-03 15:06:08 +01:00 committed by GitHub
parent 331ef9a920
commit 34ec61153a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ export default {
})
this.$apollo.queries.blockedUsers.refetch()
const { name } = user.row
this.$toast.success(this.$t('settings.blocked-user.unblocked', { name }))
this.$toast.success(this.$t('settings.blocked-users.unblocked', { name }))
},
},
}