diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index cd0c139a..817c2707 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -226,7 +226,7 @@ Ox.AnnotationFolder = function(options, self) { separator: ';', sort: self.sort, submitOnBlur: false, - tooltipText: self.options.showInfo ? '{user}, {modified}' : '', + tooltipText: self.options.showInfo ? '{user}, {date}' : '', width: self.options.width, maxHeight: self.options.type == 'text' ? Infinity : void 0, type: self.options.type == 'text' ? 'textarea' : 'input'