Skip to content

Commit

Permalink
Fixed translation key to fix guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Mar 22, 2020
1 parent d74dfe8 commit ca8d5bb
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.translator.trans('core.forum.meta.index_title'));
app.setTitle(app.translator.trans('core.forum.index.meta_title_text'));
app.setTitleCount(0);

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

0 comments on commit ca8d5bb

Please sign in to comment.