Fix the "reply posted" alert empty body

This commit is contained in:
Clark Winkelmann 2020-01-25 21:13:27 +01:00 committed by Daniël Klabbers
parent 21dcaa4c1d
commit fb99f59fff

View File

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