diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 5c2d33249..1249b1995 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -132,6 +132,8 @@ define([ customURLs[k] = value[l] || value['default']; } }); + var value = AppConfig.hostDescription; + Pages.hostDescription = (value && (value[l] || value.default)) || Msg.home_host; }()); // used for the about menu diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 816dbd49b..32337d9a0 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -122,7 +122,7 @@ define([ h('div.row.cp-page-section', h('div.col-sm-12', [ h('h2', Msg.home_host_title), - h('p'), Msg.home_host + h('p', Pages.hostDescription), ]) ), h('div.row.cp-page-section', [