src/pyams_content/component/paragraph/interfaces/milestone.py
branchdev-dc
changeset 1092 350cc7104175
parent 937 b9c5249db72b
child 1093 f95d237cbd68
--- 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)