mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 03:12:11 +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(
|
||||
alert = new Alert({
|
||||
type: 'success',
|
||||
message: app.trans('reply_posted'),
|
||||
message: app.trans('core.reply_posted'),
|
||||
controls: [viewButton]
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user