From 49a28eca148a91b4a695df1159c3417e3b140d5b 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 --- ember/app/controllers/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ember/app/controllers/application.js b/ember/app/controllers/application.js index 3752856ca..087a33aaf 100644 --- a/ember/app/controllers/application.js +++ b/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.