1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

[note] tranfert --> transfer

This commit is contained in:
Benjamin Graillot 2020-03-14 13:25:54 +01:00 committed by Bombar Maxime
parent 49952355e6
commit 321927ba1e

View File

@ -159,7 +159,7 @@ class Transaction(PolymorphicModel):
@property
def type(self):
return _('transfert')
return _('transfer')
class TemplateTransaction(Transaction):