mirror of
https://github.com/flarum/core.git
synced 2025-06-25 04:02:33 +02:00
Fix the "reply posted" alert empty body
This commit is contained in:
committed by
Daniël Klabbers
parent
27f159f6b8
commit
02ceed4fed
@ -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]
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user