Skip to content

Commit

Permalink
Add "All Descriptions title to index
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Mar 20, 2020
1 parent a2d1d2b commit 18f53fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/IndexPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class IndexPage extends Page {

extend(context, 'onunload', () => $('#app').css('min-height', ''));

app.setTitle('');
app.setTitle(app.translator.trans('core.forum.meta.index_title'));
app.setTitleCount(0);

// Work out the difference between the height of this hero and that of the
Expand Down

0 comments on commit 18f53fd

Please sign in to comment.