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