"people" -> "others"

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-30 06:03:53 +02:00
parent c40fa120e8
commit 356d1ca8a0
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ def settings_profilecss(v):
def settings_block_user(v):
if v.unblockable:
return {"error": "Users with 'unblockable' award can't block people."}, 403
return {"error": "Users with 'unblockable' award can't block others."}, 403
user = get_user(request.values.get("username"), graceful=True)