mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
Fix the "reply posted" alert empty body
This commit is contained in:
parent
21dcaa4c1d
commit
fb99f59fff
|
@ -102,7 +102,7 @@ export default class ReplyComposer extends ComposerBody {
|
||||||
app.alerts.show(
|
app.alerts.show(
|
||||||
alert = new Alert({
|
alert = new Alert({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
message: app.translator.trans('core.forum.composer_reply.posted_message'),
|
children: app.translator.trans('core.forum.composer_reply.posted_message'),
|
||||||
controls: [viewButton]
|
controls: [viewButton]
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user