src/pyams_content/component/paragraph/interfaces/video.py
changeset 918 975dba68ebd5
parent 824 5a56ac57d94e
child 967 1be26c1585fd
--- a/src/pyams_content/component/paragraph/interfaces/video.py	Mon Sep 03 16:47:25 2018 +0200
+++ b/src/pyams_content/component/paragraph/interfaces/video.py	Tue Sep 04 09:23:57 2018 +0200
@@ -45,8 +45,8 @@
     title = I18nTextLineField(title=_("Legend"),
                               required=False)
 
-    description = I18nTextField(title=_("Description"),
-                                description=_("File description displayed by front-office template"),
+    description = I18nTextField(title=_("Associated text"),
+                                description=_("Video description displayed by front-office template"),
                                 required=False)
 
     author = TextLine(title=_("Author"),