mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Update translation ID
This commit is contained in:
parent
fd3d2d83f1
commit
fdb6d4735d
|
@ -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})
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user