Force line breaks on transactions reason in history, but don't wrap dates or amounts
This commit is contained in:
parent
7bdf5a4366
commit
fed9567522
2 changed files with 34 additions and 2 deletions
|
|
@ -356,4 +356,4 @@ class MembershipTransaction(Transaction):
|
|||
|
||||
@property
|
||||
def type(self):
|
||||
return _('membership transaction')
|
||||
return _('membership').capitalize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue