mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Database changes (#18)
* Update core references * Update core attribute names
This commit is contained in:
committed by
Franz Liedke
parent
63ff4b7fc7
commit
3e09c2bf33
@@ -15,6 +15,6 @@ export default class NewPostNotification extends Notification {
|
||||
}
|
||||
|
||||
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.fromUser()});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user