changeset 09cdb0af00d3 in modules/account_payment_sepa:default
details:
https://hg.tryton.org/modules/account_payment_sepa?cmd=changeset&node=09cdb0af00d3
description:
Use proper placeholder for mandate title message
diffstat:
message.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0dce2d991c70 -r 09cdb0af00d3 message.xml
--- a/message.xml Mon Oct 11 18:35:27 2021 +0200
+++ b/message.xml Sun Oct 17 10:44:44 2021 +0200
@@ -19,7 +19,7 @@
<field name="text">The party "%(party)s" is missing a "%(type)s"
identifier.</field>
</record>
<record model="ir.message" id="msg_mandate_title">
- <field name="text">SEPA $(scheme)s Direct Debit MANDATE</field>
+ <field name="text">SEPA %(scheme)s Direct Debit MANDATE</field>
</record>
<record model="ir.message" id="msg_mandate_authorisation_statement">
<field name="text">By signing this mandate form, you authorise (A)
%(creditor)s to send instructions to your bank to debit your account and (B)
your bank to debit your account in accordance with the instructions from
%(creditor)s.</field>