mirror of https://gitlab.crans.org/bde/nk20
[note] tranfert --> transfer
This commit is contained in:
parent
49952355e6
commit
321927ba1e
|
@ -159,7 +159,7 @@ class Transaction(PolymorphicModel):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def type(self):
|
def type(self):
|
||||||
return _('transfert')
|
return _('transfer')
|
||||||
|
|
||||||
|
|
||||||
class TemplateTransaction(Transaction):
|
class TemplateTransaction(Transaction):
|
||||||
|
|
Loading…
Reference in New Issue