# HG changeset patch # User Thierry Florac # Date 1567605978 -7200 # Node ID 646ec926f14abebad57e1f3938df4322766daa45 # Parent 530cbb970243229500a221167ee78010a6307adf Typo correction diff -r 530cbb970243 -r 646ec926f14a src/pyams_content/shared/form/interfaces.py --- 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')