mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:32:59 +08:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
Discourse.AdminRoute = Discourse.Route.extend({
|
|
titleToken: function() {
|
|
return I18n.t('admin_title');
|
|
}
|
|
});
|