# HG changeset patch # User Axel Prel <axel.prel@xcg-consulting.fr> # Date 1733843717 -3600 # Tue Dec 10 16:15:17 2024 +0100 # Branch 18.0 # Node ID e5361bd746d59df031e2e952140ea98668c8afbd # Parent 208dd1f192c5562878b1a1c0d3312121a1e3ff9f # EXP-Topic preview fix expression label diff --git a/wizard/expression_builder.py b/wizard/expression_builder.py --- a/wizard/expression_builder.py +++ b/wizard/expression_builder.py @@ -17,7 +17,7 @@ # when the wizard action is completed, this field is # written in the substitution value expression = fields.Char( - string="Substitution", + string="Expression", help=( "Stores the substitution value the builder is working on." " (example: 'partner_id.name')"