Terminology change: instead of "banning" comments or posts, remove them.

This commit is contained in:
Ben Rog-Wilhelm 2023-06-23 21:41:03 -05:00
parent c610c60dc0
commit 2f0a3fc278
8 changed files with 63 additions and 30 deletions

View file

@ -100,7 +100,7 @@ ACTIONTYPES = {
"icon": 'fa-badge',
"color": 'bg-danger'
},
'ban_comment': {
'remove_comment': {
"str": 'removed {self.target_link}',
"icon": 'fa-comment',
"color": 'bg-danger'
@ -110,7 +110,7 @@ ACTIONTYPES = {
"icon": 'fa-globe',
"color": 'bg-danger'
},
'ban_post': {
'remove_post': {
"str": 'removed post {self.target_link}',
"icon": 'fa-feather-alt',
"color": 'bg-danger'
@ -300,7 +300,7 @@ ACTIONTYPES = {
"icon": 'fa-eye-slash',
"color": 'bg-danger'
},
'unban_comment': {
'unremove_comment': {
"str": 'reinstated {self.target_link}',
"icon": 'fa-comment',
"color": 'bg-success'
@ -310,7 +310,7 @@ ACTIONTYPES = {
"icon": 'fa-globe',
"color": 'bg-success'
},
'unban_post': {
'unremove_post': {
"str": 'reinstated post {self.target_link}',
"icon": 'fa-feather-alt',
"color": 'bg-success'