sdf
This commit is contained in:
parent
5607e2d428
commit
e9426a18dc
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class ModAction(Base):
|
|||
@lazy
|
||||
def string(self):
|
||||
|
||||
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=cc)
|
||||
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=CC_TITLE)
|
||||
|
||||
if self.note: output += f" <i>({self.note})</i>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue