From f199366a5a166e9646f5e3f248c757eda5907886 Mon Sep 17 00:00:00 2001 From: zinyando Date: Mon, 29 Aug 2016 20:49:57 +0200 Subject: [PATCH] Section title fix --- app/app/pods/document/wizard/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "",