diff --git a/app/app/pods/document/wizard/controller.js b/app/app/pods/document/wizard/controller.js index 2087a398..b3e7a973 100644 --- a/app/app/pods/document/wizard/controller.js +++ b/app/app/pods/document/wizard/controller.js @@ -15,7 +15,7 @@ export default Ember.Controller.extend(NotifierMixin, { let page = { documentId: this.get('model.document.id'), - title: `${section.get('contentType')} Section`, + title: `${section.get('title')} Section`, level: 1, sequence: 2048, body: "",