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