remotes/1693045480750635534/spooky-22
Aevann1 2022-04-13 16:32:03 +02:00
parent b36a71282c
commit 68db7fc23e
1 changed files with 4 additions and 4 deletions

View File

@ -201,12 +201,12 @@ ACTIONTYPES = {
"color": 'bg-muted'
},
'distinguish_comment': {
"str": 'distinguished their {self.target_link}',
"str": 'distinguished {self.target_link}',
"icon": 'fa-crown',
"color": 'bg-success'
},
'distinguish_post': {
"str": 'distinguished their post {self.target_link}',
"str": 'distinguished {self.target_link}',
"icon": 'fa-crown',
"color": 'bg-success'
},
@ -376,12 +376,12 @@ ACTIONTYPES = {
"color": 'bg-muted'
},
'undistinguish_comment': {
"str": 'un-distinguished their {self.target_link}',
"str": 'un-distinguished {self.target_link}',
"icon": 'fa-crown',
"color": 'bg-muted'
},
'undistinguish_post': {
"str": 'un-distinguished their post {self.target_link}',
"str": 'un-distinguished {self.target_link}',
"icon": 'fa-crown',
"color": 'bg-muted'
},