1
0
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:
Toby Zerner
2015-10-16 12:40:41 +10:30
parent fd3d2d83f1
commit fdb6d4735d

View File

@@ -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})
}) })
); );
} }