author | Thierry Florac <tflorac@ulthar.net> |
Wed, 04 Sep 2019 16:06:18 +0200 | |
changeset 1344 | 646ec926f14a |
parent 1343 | 530cbb970243 |
child 1345 | 9b406fb98cfa |
--- a/src/pyams_content/shared/form/interfaces.py Wed Sep 04 15:58:26 2019 +0200 +++ b/src/pyams_content/shared/form/interfaces.py Wed Sep 04 16:06:18 2019 +0200 @@ -108,7 +108,7 @@ """Form fields paragraph""" renderer = Choice(title=_("Form fields template"), - description=_("Presentation template used for this paaragraph"), + description=_("Presentation template used for this paragraph"), vocabulary=FORM_FIELDS_PARAGRAPH_RENDERERS, default='default')