mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 10:22:47 +08:00
Fix typo in new post notification translation key
This commit is contained in:
parent
53444845cc
commit
5431b84eef
|
@ -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.sender()});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user