FIX: Put in admin title when browsing admin section
This commit is contained in:
parent
c6e08deee2
commit
85747137ef
|
@ -9,5 +9,9 @@
|
|||
Discourse.AdminRoute = Discourse.Route.extend({
|
||||
renderTemplate: function() {
|
||||
this.render('admin/templates/admin');
|
||||
},
|
||||
|
||||
activate: function() {
|
||||
Discourse.set('title', I18n.t('admin_title'));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue