minor fix

This commit is contained in:
wilson gomez 2021-11-10 12:08:20 -05:00
parent cb70c0c81e
commit 452f137bbc
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="text">The type concept "(%s)" no exists</field>
</record>
<record model="ir.message" id="msg_period_without_contract">
<field name="text">The period selected without contract for the employee "(%employee)s"!</field>
<field name="text">The period selected without contract for the employee "%(employee)s"!</field>
</record>
<record model="ir.message" id="msg_error_report">
<field name="text">Error "(%s)"! </field>
@ -56,7 +56,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="text">Move "%(s)"created. \n</field>
</record>
<record model="ir.message" id="msg_missing_party">
<field name="text">Missing party in mandatory wage "(%wage)s" for employee "(%employee)s"</field>
<field name="text">Missing party in mandatory wage "%(wage)s" for employee "%(employee)s"</field>
</record>
</data>
</tryton>