From 575940698e71a604c2423db6dc18d4686a38e2d9 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 26 Jan 2015 12:06:54 +1030 Subject: [PATCH] Change forum title for demo --- framework/core/ember/app/controllers/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.