mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
Fix translation key
This commit is contained in:
parent
512c2b10f4
commit
e698e2220b
|
@ -101,7 +101,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.trans('reply_posted'),
|
message: app.trans('core.reply_posted'),
|
||||||
controls: [viewButton]
|
controls: [viewButton]
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user