mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Make front-end localizable
This commit is contained in:
@@ -53,7 +53,7 @@ export default class DiscussionList extends Component {
|
||||
loading = LoadingIndicator.component();
|
||||
} else if (this.moreResults) {
|
||||
loading = Button.component({
|
||||
children: 'Load More',
|
||||
children: app.trans('core.load_more'),
|
||||
className: 'Button',
|
||||
onclick: this.loadMore.bind(this)
|
||||
});
|
||||
|
Reference in New Issue
Block a user