mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Fix translation key
This commit is contained in:
@@ -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]
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user