fddf
This commit is contained in:
parent
012b8dde66
commit
56320fe522
7 changed files with 21 additions and 19 deletions
|
@ -262,28 +262,28 @@ ACTIONTYPES={
|
|||
"title": 'un-pinned post {self.target_post.title}'
|
||||
},
|
||||
"invite_mod":{
|
||||
"str":'invited badmin {self.target_link}',
|
||||
"str":'invited admin {self.target_link}',
|
||||
"icon":"fa-user-crown",
|
||||
"color": "bg-info",
|
||||
"title": 'invited badmin @{self.target_user.username}'
|
||||
"title": 'invited admin @{self.target_user.username}'
|
||||
},
|
||||
"uninvite_mod":{
|
||||
"str":'rescinded badmin invitation to {self.target_link}',
|
||||
"str":'rescinded admin invitation to {self.target_link}',
|
||||
"icon":"fa-user-crown",
|
||||
"color": "bg-muted",
|
||||
"title": 'rescinded badmin invitation to @{self.target_user.username}'
|
||||
"title": 'rescinded admin invitation to @{self.target_user.username}'
|
||||
},
|
||||
"accept_mod_invite":{
|
||||
"str":'accepted badmin invitation',
|
||||
"str":'accepted admin invitation',
|
||||
"icon":"fa-user-crown",
|
||||
"color": "bg-warning",
|
||||
"title": 'accepted badmin invitation'
|
||||
"title": 'accepted admin invitation'
|
||||
},
|
||||
"remove_mod":{
|
||||
"str":'removed badmin {self.target_link}',
|
||||
"str":'removed admin {self.target_link}',
|
||||
"icon":"fa-user-crown",
|
||||
"color": "bg-danger",
|
||||
"title": 'removed badmin @{self.target_user.username}'
|
||||
"title": 'removed admin @{self.target_user.username}'
|
||||
},
|
||||
"dethrone_self":{
|
||||
"str":'stepped down as guildmaster',
|
||||
|
@ -292,10 +292,10 @@ ACTIONTYPES={
|
|||
"title": 'stepped down as guildmaster'
|
||||
},
|
||||
"add_mod":{
|
||||
"str":'added badmin {self.target_link}',
|
||||
"str":'added admin {self.target_link}',
|
||||
"icon":"fa-user-crown",
|
||||
"color": "bg-success",
|
||||
"title": 'added badmin @{self.target_user.username}'
|
||||
"title": 'added admin @{self.target_user.username}'
|
||||
},
|
||||
"update_settings":{
|
||||
"str":'updated setting',
|
||||
|
@ -358,13 +358,13 @@ ACTIONTYPES={
|
|||
"title": "reinstated comment"
|
||||
},
|
||||
"change_perms":{
|
||||
"str": 'changed permissions on badmin {self.target_link}',
|
||||
"str": 'changed permissions on admin {self.target_link}',
|
||||
"icon":"fa-user-cog",
|
||||
"color": "bg-info",
|
||||
"title": "changed permissions on {self.target_user.username}"
|
||||
},
|
||||
"change_invite":{
|
||||
"str": 'changed permissions on badmin invitation to {self.target_link}',
|
||||
"str": 'changed permissions on admin invitation to {self.target_link}',
|
||||
"icon":"fa-user-cog",
|
||||
"color": "bg-muted",
|
||||
"title": "changed permissions on invitation to {self.target_user.username}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue