This commit is contained in:
Aevann1 2021-09-21 21:07:12 +02:00
parent 4e7afa4645
commit 4cef72c2ec
2 changed files with 4 additions and 4 deletions

View file

@ -220,12 +220,12 @@ ACTIONTYPES={
"color": "bg-muted",
},
"club":{
"str": 'marked post {self.target_link} as viewable to users with +150 coins only',
"str": 'marked post {self.target_link} as club-only',
"icon":"fa-eye-slash",
"color": "bg-danger",
},
"unclub":{
"str": 'unmarked post {self.target_link} as viewable to users with +150 coins only',
"str": 'unmarked post {self.target_link} as club-only',
"icon":"fa-eye",
"color": "bg-muted",
},