mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Update translation ID
This commit is contained in:
@@ -79,7 +79,7 @@ app.initializers.add('flarum-pusher', () => {
|
|||||||
this.loadingUpdated = true;
|
this.loadingUpdated = true;
|
||||||
},
|
},
|
||||||
loading: this.loadingUpdated,
|
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