diff --git a/framework/core/ember/app/controllers/application.js b/framework/core/ember/app/controllers/application.js index 3752856ca..087a33aaf 100644 --- a/framework/core/ember/app/controllers/application.js +++ b/framework/core/ember/app/controllers/application.js @@ -4,7 +4,7 @@ export default Ember.Controller.extend({ // The title of the forum. // TODO: Preload this value in the index.html payload from Laravel config. - forumTitle: 'Ninetech Support Forum', + forumTitle: 'Flarum Demo Forum', // The title of the current page. This should be set as appropriate in // controllers/views.