mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:03:38 +08:00
Fix translation key
This commit is contained in:
parent
10aab5b4a8
commit
c46c9da8ec
@ -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…
x
Reference in New Issue
Block a user