diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index e22600ac7..63053ac33 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -1508,7 +1508,7 @@ define([ visible = this._ShowHideInfoItem(this.lblPdfSubject, !!value) || visible; $('tr.divider.pdf-title', this.el)[visible?'show':'hide'](); - value = props.Author || props.Creator; + value = props.Author; value && this.lblPdfAuthor.text(value); this._ShowHideInfoItem(this.lblPdfAuthor, !!value);