Updated Milestone: label textline to text field dev-dc
authorDamien Correia
Thu, 15 Nov 2018 12:13:18 +0100
branchdev-dc
changeset 1092 350cc7104175
parent 1091 40deb3d316ac
child 1093 f95d237cbd68
Updated Milestone: label textline to text field
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)