src/pyams_content/component/paragraph/zmi/container.py
changeset 537 21152756d312
parent 527 5dd1aa8bedd9
child 645 2e4d8741e2b5
--- a/src/pyams_content/component/paragraph/zmi/container.py	Wed Apr 25 16:20:15 2018 +0200
+++ b/src/pyams_content/component/paragraph/zmi/container.py	Wed Apr 25 17:03:56 2018 +0200
@@ -71,7 +71,7 @@
 class ParagraphsContainerMenu(MenuItem):
     """Paragraphs container menu"""
 
-    label = _("Paragraphs...")
+    label = _("Contents...")
     icon_class = 'fa-paragraph'
     url = '#paragraphs.html'
 
@@ -285,7 +285,7 @@
 class ParagraphContainerView(ContainerAdminView):
     """Paragraphs container view"""
 
-    title = _("Paragraphs list")
+    title = _("Content blocks")
     table_class = ParagraphContainerTable
 
 
@@ -294,7 +294,7 @@
 class ParagraphContainerDialogView(AdminDialogDisplayForm):
     """Paragraphs container dialog view"""
 
-    title = _("Paragraphs list")
+    title = _("Content blocks")
     dialog_class = 'modal-large no-widget-toolbar'
     fieldset_class = 'height-300'
 
@@ -307,7 +307,7 @@
 class ParagraphsView(InnerTableView):
     """Paragraphs view"""
 
-    title = _("Paragraphs")
+    title = _("Content blocks")
 
     table_class = ParagraphContainerBaseTable
     weight = 90
@@ -364,7 +364,7 @@
 class ParagraphsAssociationsMenu(MenuItem):
     """Paragraphs associations container menu"""
 
-    label = _("Associations...")
+    label = _("Links and attachments...")
     icon_class = 'fa-link'
     url = '#paragraphs-associations.html'
 
@@ -376,7 +376,7 @@
 class ParagraphsAssociationsView(AdminView):
     """Paragraphs associations view"""
 
-    title = _("Paragraphs associations")
+    title = _("Content blocks links and attachments")
 
     @reify
     def associations(self):