mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Fix typo in new post notification translation key
This commit is contained in:
@@ -15,6 +15,6 @@ export default class NewPostNotification extends Notification {
|
|||||||
}
|
}
|
||||||
|
|
||||||
content() {
|
content() {
|
||||||
return app.translator.trans('flarum-subscriptions.forum.notifications:new_post_text', {user: this.props.notification.sender()});
|
return app.translator.trans('flarum-subscriptions.forum.notifications.new_post_text', {user: this.props.notification.sender()});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user