mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Update translation ID
This commit is contained in:
@@ -79,7 +79,7 @@ app.initializers.add('flarum-pusher', () => {
|
||||
this.loadingUpdated = true;
|
||||
},
|
||||
loading: this.loadingUpdated,
|
||||
children: app.trans('pusher.show_updated_discussions', {count})
|
||||
children: app.translator.transChoice('flarum-pusher.forum.show_updated_discussions', count, {count})
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user