make nuking message clearer

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-14 15:28:07 +02:00
parent a87283428d
commit 3f0d1ac2a7
1 changed files with 2 additions and 2 deletions

View File

@ -1470,7 +1470,7 @@ def admin_nuke_user(v):
)
g.db.add(ma)
notify_mod_action(v.id, f"@{v.username} has nuked @{user.username}")
notify_mod_action(v.id, f"@{v.username} has has removed all content of @{user.username}")
return redirect(user.url)
@ -1508,7 +1508,7 @@ def admin_nunuke_user(v):
)
g.db.add(ma)
notify_mod_action(v.id, f"@{v.username} has un-nuked @{user.username}")
notify_mod_action(v.id, f"@{v.username} has approved all of content of @{user.username}")
return redirect(user.url)