diff -r 9fa8e9776bda -r 28445044f6e3 src/pyams_content/component/paragraph/interfaces/milestone.py --- a/src/pyams_content/component/paragraph/interfaces/milestone.py Wed Jun 06 11:06:51 2018 +0200 +++ b/src/pyams_content/component/paragraph/interfaces/milestone.py Wed Jun 06 11:44:46 2018 +0200 @@ -73,6 +73,7 @@ MILESTONE_PARAGRAPH_TYPE = 'Milestones' +MILESTONE_PARAGRAPH_NAME = _("Milestones") MILESTONE_PARAGRAPH_RENDERERS = 'PyAMS.milestones.renderers'