--- a/src/pyams_content/component/paragraph/contact.py Fri Mar 02 11:24:39 2018 +0100
+++ b/src/pyams_content/component/paragraph/contact.py Fri Mar 02 12:14:11 2018 +0100
@@ -102,7 +102,7 @@
return output
-@vocabulary_config(name='PyAMS contact renderers')
+@vocabulary_config(name='PyAMS contact paragraph renderers')
class ContactParagraphRendererVocabulary(SimpleVocabulary):
"""Contact paragraph renderers vocabulary"""
--- a/src/pyams_content/component/paragraph/interfaces/contact.py Fri Mar 02 11:24:39 2018 +0100
+++ b/src/pyams_content/component/paragraph/interfaces/contact.py Fri Mar 02 12:14:11 2018 +0100
@@ -58,5 +58,5 @@
renderer = Choice(title=_("Contact template"),
description=_("Presentation template used for this contact"),
- vocabulary='PyAMS contact renderers',
+ vocabulary='PyAMS contact paragraph renderers',
default='hidden')