# HG changeset patch # User Damien Correia # Date 1542280398 -3600 # Node ID 350cc71041756460768cc0dbef3b8b255b12508c # Parent 40deb3d316acefb9245307e3e2c6bdecfaaabc35 Updated Milestone: label textline to text field diff -r 40deb3d316ac -r 350cc7104175 src/pyams_content/component/paragraph/interfaces/milestone.py --- a/src/pyams_content/component/paragraph/interfaces/milestone.py Thu Nov 15 12:11:23 2018 +0100 +++ b/src/pyams_content/component/paragraph/interfaces/milestone.py Thu Nov 15 12:13:18 2018 +0100 @@ -44,7 +44,7 @@ description=_("Milestone title"), required=True) - label = I18nTextLineField(title=_("Associated label"), + label = I18nTextField(title=_("Associated label"), description=_("The way this label will be rendered depends on presentation template"), required=False)