1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

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 8d1240559b
commit 588f7498e1

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