1
0
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:
Toby Zerner
2018-09-17 04:20:44 +09:30
committed by Franz Liedke
parent 63ff4b7fc7
commit 3e09c2bf33
6 changed files with 7 additions and 7 deletions

View File

@@ -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()});
}
}